variables.scss 1.5 KB

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