fix: 修复样式和组件问题并增强数据图表功能

修复多个组件中的::v-deep语法错误和el-row的gutter属性绑定
将el-button的type="text"更新为link类型
在AppMain.vue中添加div包裹keep-alive以解决过渡问题
增强DataAnalysis组件的数据处理能力,添加计算属性和默认值
添加fetchChuRuKuCountBarData调用以完善库存管理功能
This commit is contained in:
re-JZzzz
2025-10-09 20:22:04 +08:00
parent 94cd3f867d
commit febbcb3241
8 changed files with 71 additions and 23 deletions

View File

@ -132,7 +132,7 @@
position: relative;
margin: 10px 0;
::v-deep::before {
:v-deep::before {
position: absolute;
width: 5px;
height: 5px;