Sfoglia il codice sorgente

Merge branch 'zhangtao'

zhangtao 14 ore fa
parent
commit
84286a1e9f
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      src/subPack-djk/commonTab/components/index.vue

+ 3 - 3
src/subPack-djk/commonTab/components/index.vue

@@ -50,15 +50,15 @@ function handleBottom() {
           </view>
           <view class="ml164rpx">
             <view v-for="its in item.goodsList" :key="its.id" class="mt14rpx flex items-center justify-between" @click="router.push({ name: 'djk-goods', params: { id: `${its.id}`, type: '0' } })">
-              <view class="text-28rpx text-#FF4D3A font-semibold">
+              <view class="w-180rpx flex-shrink-0 text-28rpx text-#FF4D3A font-semibold">
                 <text class="text-20rpx">
                 </text> {{ its.price }}
               </view>
-              <view class="w-300rpx truncate text-24rpx">
+              <view class="w-200rpx flex-shrink-0 truncate text-24rpx">
                 {{ its.goodsName }}
               </view>
-              <view class="text-24rpx text-gray">
+              <view class="flex-shrink-0 text-24rpx text-gray">
                 已售 {{ its.sales }}
               </view>
             </view>