index.scss 413 B

123456789101112131415161718192021
  1. .el-header {
  2. padding-left: 0 !important;
  3. padding-right: 0 !important;
  4. height: 120px !important;
  5. }
  6. .el-pagination__jump {
  7. margin-top: -5px;
  8. }
  9. .el-main::-webkit-scrollbar-track-piece {
  10. background: rgba(33, 33, 33, 0.331) !important ;
  11. }
  12. .el-main::-webkit-scrollbar {
  13. width: 12px;
  14. height: 6px;
  15. }
  16. .el-main::-webkit-scrollbar-thumb {
  17. background: rgb(13, 128, 164) !important;
  18. border-radius: 20px;
  19. }