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

(cherry picked from commit e3a69a708c)
This commit is contained in:
lifizer
2026-04-29 16:29:39 +08:00
parent 26ff0d2dd8
commit 1065fc0c37
+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 {