refactor(wms): 重构钢卷追溯功能为独立组件

feat(wms): 新增钢卷追溯结果展示组件
fix(wms): 修正产品信息组件参数传递问题
style(sidebar): 调整菜单项边距样式
chore(config): 更新生产环境数据库配置
This commit is contained in:
砂糖
2025-10-29 15:20:14 +08:00
parent 3ca854f85f
commit ed2a56cded
4 changed files with 429 additions and 421 deletions

View File

@@ -99,7 +99,7 @@
white-space: nowrap !important;
color: var(--text-regular); // 菜单项文本偏黑
border-radius: 4px;
margin: 0 6px;
margin: 0;
transition: all 0.2s ease;
}
@@ -301,7 +301,6 @@
}
}
#app .sidebar-container .el-menu-item,
#app .sidebar-container .el-submenu__title {
margin: 0;
#app .sidebar-container .nest-menu .el-submenu .el-submenu__title {
margin: 0 4px;
}