Fix(云灵AI):[#5192]规格名称较长的订单,查询结果规格数据显示异常,改为规格数据超出一行时超出内容省略号隐藏

This commit is contained in:
lifizer
2026-04-29 14:11:14 +08:00
parent a113312712
commit e3a69a708c
+5 -1
View File
@@ -183,13 +183,17 @@ export default {
}
.attr {
display: inline-block;
min-height: 50rpx;
height: 50rpx;
max-width: 100%;
padding: 0 25rpx;
margin: 20rpx 0 0 0;
border-radius: 25rpx;
line-height: 50rpx;
color: #252525;
background: rgba(239,239,239,0.39);
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
.price-num {