variate.less 841 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. @elNamespace: el;
  2. @primary: var(--el-color-primary);
  3. @success: var(--el-color-success);
  4. @danger: var(--el-color-danger);
  5. @warning: var(--el-color-warning);
  6. @visited: rgb(119, 28, 170);
  7. @info: #999;
  8. @background: #F5F5F5;
  9. @tableHeadColor: #FAFAFA;
  10. @tableHeadFontWeight: 600;
  11. @formItemLineHeight: 32px;
  12. // [2022-07-24] 去除以下less变量
  13. //@front-limit-width: 1200px;
  14. //@navHeight: 65px;
  15. //@navActive: #68c7ec;
  16. //@navActiveBg: #0f5198;
  17. //@platformBackground: #13304c;
  18. //@tabsHeight: 42px;
  19. //@theme: #1e3851;
  20. //@menuBackground: #1e3851;
  21. //@subMenuOpened: #253f58;
  22. //@menuItemActive: #104682;
  23. //@a4Width: 595.28;
  24. //@a4Height: 841.89;
  25. //// webpack [2022-06-02]: 去除此部分导出
  26. //:export {
  27. // background: @menuBackground;
  28. // textColor: #fff;
  29. // activeTextColor: #fff;
  30. // a4Width: @a4Width;
  31. // a4Height: @a4Height;
  32. //}