Browse Source

修改样式

master
邓宏 2 years ago
parent
commit
1b6fb17844
  1. 10
      pages/home/index.vue
  2. 9
      pages/massif/mana/recovery.vue
  3. BIN
      static/home_picker_head.png

10
pages/home/index.vue

@ -229,6 +229,16 @@
}
}
}
.u-popup{
&/deep/ .u-popup__content{
border-radius: 24rpx 24rpx 0 0;
padding-top:90px;
background-image:url(@/static/home_picker_head.png);
background-repeat: no-repeat;
background-size:auto 90px;
}
}
}
</style>
<template>

9
pages/massif/mana/recovery.vue

@ -77,6 +77,9 @@
}
}
}
.u-popup{
flex:0;
}
}
</style>
<template>
@ -87,7 +90,7 @@
<text class="plant-youbian" :class="{noDate:!searchVal.endTime}" @click="dateType='endTime';show=true">{{searchVal.endTime||"请选择结束时间"}}</text>
</view>
<scroll-view scroll-y @scrollotower="search">
<scroll-view scroll-y @scrolltolower="search">
<view class="card" v-for="(v,k) in list" :key="k">
<u-image width="90rpx" height="90rpx" radius="6rpx" mode="aspectFill" :src="`${host}/${v.images}`">
<text slot="error" style="font-size:45rpx;" class="plant-xiaopangchetupianjiazaishibai"/>
@ -167,6 +170,10 @@ export default {
}
})
if(res.statu){
this.list=this.list.concat(res.data.records)
this.list=this.list.concat(res.data.records)
this.list=this.list.concat(res.data.records)
this.list=this.list.concat(res.data.records)
this.list=this.list.concat(res.data.records)
this.total=res.data.total
}else{

BIN
static/home_picker_head.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Loading…
Cancel
Save