Browse Source

修改页面样式

master
邓宏 2 years ago
parent
commit
ba32691d06
  1. 5
      pages/massif/mana/transactions.vue

5
pages/massif/mana/transactions.vue

@ -76,6 +76,9 @@
} }
} }
} }
.u-popup{
flex:0;
}
} }
</style> </style>
<template> <template>
@ -86,7 +89,7 @@
<text class="plant-youbian" :class="{noDate:!searchVal.endTime}" @click="dateType='endTime';show=true">{{searchVal.endTime||"请选择结束日期"}}</text> <text class="plant-youbian" :class="{noDate:!searchVal.endTime}" @click="dateType='endTime';show=true">{{searchVal.endTime||"请选择结束日期"}}</text>
</view> </view>
<scroll-view> <scroll-view scroll-y @scrolltolower="search">
<view class="card" v-for="(v,k) in list" :key="k"> <view class="card" v-for="(v,k) in list" :key="k">
<u-image radius="20rpx" width="130rpx" height="118rpx" mode="aspectFill" :src="`${host}/${v.images[0]}`"> <u-image radius="20rpx" width="130rpx" height="118rpx" mode="aspectFill" :src="`${host}/${v.images[0]}`">
<text slot="error" style="font-size:45rpx;" class="plant-xiaopangchetupianjiazaishibai"/> <text slot="error" style="font-size:45rpx;" class="plant-xiaopangchetupianjiazaishibai"/>

Loading…
Cancel
Save