浏览代码

样式修改

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