|
@@ -222,6 +222,7 @@
|
|
|
<text class="item-count" v-else></text>
|
|
<text class="item-count" v-else></text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="summary-bar">
|
|
<view class="summary-bar">
|
|
@@ -734,18 +735,24 @@ export default {
|
|
|
color: black;
|
|
color: black;
|
|
|
font-size: 30upx;
|
|
font-size: 30upx;
|
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
|
- overflow: hidden;
|
|
|
|
|
- white-space: nowrap;
|
|
|
|
|
- text-overflow: ellipsis;
|
|
|
|
|
- width:360upx;
|
|
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
+ white-space: nowrap;
|
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
|
+ flex: 1;
|
|
|
|
|
+ min-width: 0;
|
|
|
}
|
|
}
|
|
|
.item-price {
|
|
.item-price {
|
|
|
color: black;
|
|
color: black;
|
|
|
font-size: 27upx;
|
|
font-size: 27upx;
|
|
|
- font-weight:bold;
|
|
|
|
|
|
|
+ font-weight: bold;
|
|
|
|
|
+ flex-shrink: 0;
|
|
|
|
|
+ white-space: nowrap;
|
|
|
|
|
+ margin-left: 16upx;
|
|
|
|
|
+ text-align: right;
|
|
|
.price {
|
|
.price {
|
|
|
- font-size:25upx;
|
|
|
|
|
- font-weight:bold;
|
|
|
|
|
|
|
+ font-size: 25upx;
|
|
|
|
|
+ font-weight: bold;
|
|
|
|
|
+ white-space: nowrap;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
.item-type {
|
|
.item-type {
|