yangan
2024-08-16 3d87bf45986772678752aa2d53a2d2dba51efc0b
pages/customer-page/customer-index/customer-index.vue
@@ -50,7 +50,7 @@
                  </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>
@@ -482,6 +482,9 @@
               width: 70%;
               height: vww(50);
               margin-right: vww(21);
                white-space: nowrap; /* 不换行 */
               overflow: hidden; /* 超出隐藏 */
               text-overflow: ellipsis;
            }
            .order-type {
@@ -614,7 +617,7 @@
               .second-line {
                  width: 100%;
                  height: vww(90);
                  height: vww(50);
                  margin-left: vww(16);
                  display: flex;
                  align-items: center;
@@ -632,6 +635,12 @@
                     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;