shish 3 years ago
parent
commit
b79b3484f9
1 changed files with 5 additions and 4 deletions
  1. 5 4
      hdApp/src/admin/goods/list.vue

+ 5 - 4
hdApp/src/admin/goods/list.vue

@@ -24,9 +24,9 @@
                 <view class="goods-list-top" @click="edit(goodsItem.id)">
                   <view class="img-blo">
 
-			<view v-if="goodsItem.status == 0" class="sold-out">
-				<view class="sold-out-xj">已下架</view>
-			</view>
+                    <view v-if="goodsItem.status == 0" class="sold-out">
+                      <view class="sold-out-xj">已下架</view>
+                    </view>
 
                     <img :src="goodsItem.smallCover" mode="aspectFit" />
                   </view>
@@ -219,9 +219,10 @@ page {
   left: 0;
   z-index: 10;
   background-color: #f0f2f6;
+  padding-bottom:120upx;
   .tab-bar-item {
     width: 200upx;
-    height: 110upx;
+    height: 100upx;
     box-sizing: border-box;
     display: flex;
     align-items: center;