mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
feat(system): 优化系统日志页面布局和功能
- 修改系统日志页面的列配置,增加固定列和对齐方式 - 优化表格组件的样式和功能,支持右列固定和自定义样式 - 调整分页配置,统一表格相关属性
This commit is contained in:
@@ -27,12 +27,18 @@ module.exports = defineConfig({
|
||||
@import "@/style/color.scss";
|
||||
@import "@/style/antd.scss";
|
||||
` //在每个 .scss 文件顶部自动添加这行代码,无需手动导入
|
||||
},
|
||||
less: {
|
||||
lessOptions: {
|
||||
javascriptEnabled: true // 兼容 Less 3.0+ 的 JavaScript 表达式
|
||||
}
|
||||
}
|
||||
},
|
||||
extract: {
|
||||
ignoreOrder: true // 忽略 CSS 顺序警告
|
||||
}
|
||||
},
|
||||
|
||||
// webpack相关配置
|
||||
configureWebpack: {
|
||||
// 自定义打包入口
|
||||
|
||||
Reference in New Issue
Block a user