Commit 77961b7c by liangjianmin

feat(classify-price): 增加管控标签和优化数据展示

- 在货物明细中添加管控标签,提升信息可视化。
- 更新数据展示逻辑,使用 getValue 函数处理各项数据,确保一致性。
- 优化空数据提示,增强用户体验。
parent b1d376fe
......@@ -197,6 +197,14 @@
word-break: break-all;
}
.control-tag {
margin-right: 6rpx;
color: #f04438;
font-size: 24rpx;
line-height: 36rpx;
flex-shrink: 0;
}
.goods-grid {
display: flex;
flex-wrap: wrap;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment