- 重命名report为evaluation-report,更新相关API接口 - 重构评估模板、评估维度、评估报告、快捷评语等模块 - 新增评估管理页面,包含模板配置、维度管理、报告生成等功能 - 更新囚犯工作台,增加评估报告相关功能 - 删除旧的report相关组件
18 lines
404 B
JavaScript
18 lines
404 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
autoprefixer: {}
|
|
// postcss-pxtorem 插件已禁用
|
|
// 如需响应式设计,可重新启用
|
|
// 'postcss-pxtorem': {
|
|
// rootValue: 16,
|
|
// unitPrecision: 5,
|
|
// propList: ['*'],
|
|
// selectorBlackList: [],
|
|
// replace: true,
|
|
// mediaQuery: false,
|
|
// minPixelValue: 0,
|
|
// exclude: /node_modules/i
|
|
// }
|
|
}
|
|
}
|