xiaomei 10 months ago
parent
commit
1dfebc99b2
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/mine/assets.vue

+ 4 - 4
src/views/mine/assets.vue

@@ -58,7 +58,7 @@
           <div class="tags1 tags2" v-if="item.type_id == 2 && item.status != 2 && item.status != 3">{{ $t('lang194') }}</div>
           <div class="tags" v-if="item.status == 2">{{ $t('lang141') }}</div>
           <div class="tags1" v-if="item.status == 3">{{ $t('lang142') }}</div>
-          <van-image class="goods_list_img" style="flex: 1" radius="10" :src="item.img_url.split(',')[0]" />
+          <van-image class="goods_list_img" radius="10" :src="item.img_url.split(',')[0]" />
           <div class="right" style="flex: 2">
             <span class="title">{{ item.name }}</span>
             <div class="green">{{ item.title }}</div>
@@ -689,14 +689,14 @@ export default {
       background-color: #1e8df4;
     }
     &_img {
-      width: 110px;
-      height: 110px;
+      width: 105px;
+      height: 105px;
       border-radius: 10px;
       margin-right: 10px;
     }
 
     .right {
-      width: calc(100% - 100px);
+      width: calc(100% - 115px);
       display: flex;
       flex-direction: column;
       justify-content: space-between;