| | |
| | | </view> |
| | | <view class="second-line"> |
| | | <view class="coal-name"> |
| | | <view class="">{{ item.productNames || item.productName }}</view> |
| | | <view class="coal-name-tag">{{ item.productNames || item.productName }}</view> |
| | | <view class="black-bar"></view> |
| | | <view class="coal-type" |
| | | v-if="item.orderType">{{ item.orderType }}</view> |
| | |
| | | width: 70%; |
| | | height: vww(50); |
| | | margin-right: vww(21); |
| | | white-space: nowrap; /* 不换行 */ |
| | | overflow: hidden; /* 超出隐藏 */ |
| | | text-overflow: ellipsis; |
| | | } |
| | | |
| | | .order-type { |
| | |
| | | |
| | | .second-line { |
| | | width: 100%; |
| | | height: vww(90); |
| | | height: vww(50); |
| | | margin-left: vww(16); |
| | | display: flex; |
| | | align-items: center; |
| | |
| | | display: flex; |
| | | margin-top: 20rpx; |
| | | align-items: center; |
| | | .coal-name-tag{ |
| | | width: 70%; |
| | | white-space: nowrap; /* 不换行 */ |
| | | overflow: hidden; /* 超出隐藏 */ |
| | | text-overflow: ellipsis; |
| | | } |
| | | |
| | | .black-bar { |
| | | width: 2rpx; |