Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 

90 строки
1.7 KiB

  1. .el-menu--popup{
  2. margin-left: -10px;
  3. background-color: #fff ;
  4. .el-menu-item{
  5. background-color: rgb(32,34,42) ;
  6. span,i {
  7. color:rgb(184,182,187) ;
  8. }
  9. &.is-active{
  10. background-color:rgba(0,0,0,1) ;
  11. span,i {
  12. color:#fff ;
  13. }
  14. &:hover{
  15. background-color:rgba(0,0,0,1) ;
  16. }
  17. }
  18. &:hover{
  19. background-color: rgb(32,34,42) ;
  20. i,span{
  21. color:#fff ;
  22. }
  23. }
  24. }
  25. }
  26. .el-dropdown-menu__item {
  27. font-size: 12px !important;
  28. line-height: 28px !important;
  29. }
  30. .el-card.is-always-shadow {
  31. box-shadow: none;
  32. border: none !important;
  33. }
  34. .el-scrollbar__view {
  35. height: 100%;
  36. }
  37. .el-menu--horizontal {
  38. border-bottom: none !important;
  39. }
  40. .el-menu {
  41. border-right: none !important;
  42. }
  43. .el-menu--display,
  44. .el-menu--display + .el-submenu__icon-arrow {
  45. display: none;
  46. }
  47. .el-dropdown-menu__item--divided:before,
  48. .el-menu,
  49. .el-menu--horizontal > .el-menu-item:not(.is-disabled):focus,
  50. .el-menu--horizontal > .el-menu-item:not(.is-disabled):hover,
  51. .el-menu--horizontal > .el-submenu .el-submenu__title:hover {
  52. background-color: transparent;
  53. }
  54. .el-message__icon,
  55. .el-message__content {
  56. display: inline-block;
  57. }
  58. .el-date-editor .el-range-input,
  59. .el-date-editor .el-range-separator {
  60. height: auto;
  61. overflow: hidden;
  62. }
  63. .el-dialog__wrapper {
  64. z-index: 2048;
  65. }
  66. .el-col {
  67. margin-bottom: 8px;
  68. }
  69. .el-main {
  70. padding: 0 !important;
  71. }
  72. .el-dropdown-menu__item--divided:before, .el-menu, .el-menu--horizontal > .el-menu-item:not(.is-disabled):focus, .el-menu--horizontal > .el-menu-item:not(.is-disabled):hover, .el-menu--horizontal > .el-submenu .el-submenu__title:hover {
  73. background-color: transparent !important;
  74. }