| | |
| | | |
| | | } |
| | | |
| | | //滚动条样式 |
| | | ::-webkit-scrollbar { |
| | | width:8px!important; |
| | | height:8px!important; |
| | | -webkit-appearance:none; |
| | | background-color:#00000040; |
| | | } |
| | | ::-webkit-scrollbar-thumb { |
| | | box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); |
| | | background: #e1e1e1; |
| | | } |
| | | ::-webkit-scrollbar-track { |
| | | box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); |
| | | // border-radius: 10px; |
| | | background: #ffffff; |
| | | // background:#2c60c5; |
| | | |
| | | } |
| | | |
| | | |
| | | //表格滚动 |
| | | // .el-table__body-wrapper::-webkit-scrollbar-thumb { |
| | | // border-radius: 5px; |
| | |
| | | } |
| | | .el-button.el-button--small{ |
| | | padding:6px 6px; |
| | | font-size:12px!important; |
| | | } |
| | | .el-form--label-left .el-form-item__label{ |
| | | font-size: 13px; |