|
|
@ -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;"> |
|
|
|