This commit is contained in:
1173117610@qq.com 2026-05-09 16:57:35 +08:00
parent d0f708eeb8
commit ac43edd9d5
1 changed files with 8 additions and 1 deletions

View File

@ -939,13 +939,20 @@
.worth-goods-labels {
margin-top: 8rpx;
display: flex;
flex-wrap: nowrap;
overflow: hidden;
}
.worth-label {
font-size: 20rpx;
font-size: 18rpx;
padding: 2rpx 10rpx;
border-radius: 6rpx;
margin-right: 12rpx;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
flex-shrink: 1;
}
.worth-label.red {