@elNamespace: el; @primary: var(--el-color-primary); @success: var(--el-color-success); @danger: var(--el-color-danger); @warning: var(--el-color-warning); @visited: rgb(119, 28, 170); @info: #999; @background: #F5F5F5; @tableHeadColor: #FAFAFA; @tableHeadFontWeight: 600; @formItemLineHeight: 32px; // [2022-07-24] 去除以下less变量 //@front-limit-width: 1200px; //@navHeight: 65px; //@navActive: #68c7ec; //@navActiveBg: #0f5198; //@platformBackground: #13304c; //@tabsHeight: 42px; //@theme: #1e3851; //@menuBackground: #1e3851; //@subMenuOpened: #253f58; //@menuItemActive: #104682; //@a4Width: 595.28; //@a4Height: 841.89; //// webpack [2022-06-02]: 去除此部分导出 //:export { // background: @menuBackground; // textColor: #fff; // activeTextColor: #fff; // a4Width: @a4Width; // a4Height: @a4Height; //}