123456789101112131415161718192021 |
- .el-header {
- padding-left: 0 !important;
- padding-right: 0 !important;
- height: 120px !important;
- }
- .el-pagination__jump {
- margin-top: -5px;
- }
- .el-main::-webkit-scrollbar-track-piece {
- background: rgba(33, 33, 33, 0.331) !important ;
- }
- .el-main::-webkit-scrollbar {
- width: 12px;
- height: 6px;
- }
- .el-main::-webkit-scrollbar-thumb {
- background: rgb(13, 128, 164) !important;
- border-radius: 20px;
- }
|