Browse Source

修改首页样式

master
邓宏 2 years ago
parent
commit
bf53735d22
  1. 7
      pages/home/index.vue

7
pages/home/index.vue

@ -102,6 +102,9 @@
}
}
}
.u-empty{
min-height:auto;
}
&:first-child{
margin-right:calc(30rpx/2);
}
@ -285,7 +288,7 @@
<view class="item" v-for="(v,k) in massif.plotList||[]" :key="k">
<text class="over">{{v.plotName}}</text> <text>{{v.realityArea}}</text>
</view>
<u-empty v-if="(massif.plotList||[]).length<=0" style="min-height:auto;" text=" " width="70%" icon="/static/noData.png"/>
<u-empty v-if="(massif.plotList||[]).length<=0" text=" " width="70%" icon="/static/noData.png"/>
</view>
<view class="card mana">
<view class="title">
@ -300,7 +303,7 @@
<view class="item">
<text class="over">东方红一号仓库</text> <text>23</text>
</view>
<u-empty v-if="false" style="min-height:auto;" text=" " width="70%" icon="/static/noData.png"/>
<u-empty v-if="false" text=" " width="70%" icon="/static/noData.png"/>
</view>
</view>
<view style="display:flex;">

Loading…
Cancel
Save