瀏覽代碼

样式修改

lilei 4 年之前
父節點
當前提交
5c5f1b6c76
共有 4 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/store/store.vue
  2. 二進制
      static/METAL.png
  3. 二進制
      static/MET_PLA.png
  4. 二進制
      static/PLASTIC.png

+ 1 - 1
pages/store/store.vue

@@ -33,7 +33,7 @@
 						<view class="dev-item" v-for="boxItem in item.deviceTypeBoxList">
 							<view class="item-pic-con">
 								<text v-if="boxItem.flag==1" class="full-sign">已满</text>
-								<u-image height="80" width="80" :src="`/static/${boxItem.rubbishType}.png`" class="type-sign"></u-image>
+								<u-image mode="aspectFit" height="80" width="80" :src="`/static/${boxItem.rubbishType}.png`" class="type-sign"></u-image>
 							</view>
 							<view class="dev-main">
 								<view>

二進制
static/METAL.png


二進制
static/MET_PLA.png


二進制
static/PLASTIC.png