Fix(云灵AI):[#5192]规格名称较长的订单,查询结果规格数据显示异常,改为规格数据超出一行时超出内容省略号隐藏
This commit is contained in:
@@ -183,13 +183,17 @@ export default {
|
|||||||
}
|
}
|
||||||
.attr {
|
.attr {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
min-height: 50rpx;
|
height: 50rpx;
|
||||||
|
max-width: 100%;
|
||||||
padding: 0 25rpx;
|
padding: 0 25rpx;
|
||||||
margin: 20rpx 0 0 0;
|
margin: 20rpx 0 0 0;
|
||||||
border-radius: 25rpx;
|
border-radius: 25rpx;
|
||||||
line-height: 50rpx;
|
line-height: 50rpx;
|
||||||
color: #252525;
|
color: #252525;
|
||||||
background: rgba(239,239,239,0.39);
|
background: rgba(239,239,239,0.39);
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.price-num {
|
.price-num {
|
||||||
|
|||||||
Reference in New Issue
Block a user