variables.scss 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. //main
  2. body {
  3. font-weight: normal !important;
  4. }
  5. $mainBg: #409eff;
  6. .avue-form__menu--center {
  7. text-align: right !important;
  8. }
  9. .el-col {
  10. margin-bottom: 0px !important;
  11. }
  12. p{
  13. margin: 0 !important;
  14. }
  15. .el-submenu__icon-arrow {
  16. right: 3px !important;
  17. margin-top: -3px !important;
  18. }
  19. .el-menu-item, .el-submenu__title{
  20. font-size: 12px !important;
  21. height: 30px !important;
  22. line-height:30px !important;
  23. }
  24. .el-submenu .el-menu-item {
  25. min-width: 180px;
  26. height: 35px;
  27. line-height:35px;
  28. }
  29. .customer-head {
  30. position: fixed;
  31. top: 40px;
  32. width: 100%;
  33. height: 45px;
  34. background: #ffffff;
  35. box-shadow:4px 4px 10px rgba(232, 232, 235, 1);
  36. z-index: 999;
  37. }
  38. .customer-back {
  39. cursor: pointer;
  40. line-height: 45px;
  41. font-size: 16px;
  42. color: #323233;
  43. font-weight: 400;
  44. }
  45. .back-icon {
  46. line-height: 45px;
  47. font-size: 20px;
  48. margin-right: 8px;
  49. }
  50. .add-customer-btn {
  51. position: fixed;
  52. right: 10px;
  53. top: 46.5px;
  54. }
  55. .customer-main{
  56. margin-top: 55px;
  57. margin-bottom:35px
  58. }
  59. .el-dialogDeep{
  60. .el-dialog__body {
  61. padding: 0px 20px !important;
  62. }
  63. }
  64. .avue-crud__menu{
  65. min-height: 33px !important;
  66. }
  67. .avue-crud__pagination {
  68. padding: 10px 0 10px 10px !important;
  69. }
  70. .el-dialog__header {
  71. padding: 10px 20px 10px !important;
  72. }
  73. .el-dialog__footer {
  74. padding: 10px 20px 10px !important;
  75. }
  76. .el-form-item__label {
  77. font-size: 12px !important;
  78. // font-weight: 600;
  79. }
  80. .dialogButton{
  81. padding: 10px;
  82. display: flex;
  83. justify-content: flex-end;
  84. }
  85. .el-table__expanded-cell {
  86. padding-left: 90px !important;
  87. }
  88. ::-webkit-scrollbar {
  89. width: 7px !important;
  90. height: 10px !important;
  91. background-color: transparent !important;
  92. }
  93. ::-webkit-scrollbar-thumb {
  94. border-radius: 6px !important;
  95. background-color: hsla(226, 12%, 71%, 0.25) !important;
  96. }