20260821「单身广场修复路由缓存」
This commit is contained in:
parent
9a8ce147ee
commit
7e27cada01
@ -10,6 +10,7 @@
|
||||
@cancel="onCancelSearch"
|
||||
/>
|
||||
</div>
|
||||
<div style="height: 50px"></div>
|
||||
|
||||
<van-pull-refresh v-model="refreshing" @refresh="onRefresh" :loosing-text="$t('loosing_text')" :loading-text="$t('loading_text')">
|
||||
<van-list v-model="loading" :finished="finished" @load="getList" style="min-height: 100vh">
|
||||
@ -134,6 +135,7 @@ export default {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.makingFriendsList {
|
||||
width: 100vw;
|
||||
@ -141,8 +143,12 @@ export default {
|
||||
background: #ffffff;
|
||||
|
||||
.search-wrap {
|
||||
//height: 120px;
|
||||
padding: 12px 12px 0 12px;
|
||||
padding: 12px 12px;
|
||||
position: fixed;top: 0px;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
z-index: 99;
|
||||
background: white;
|
||||
}
|
||||
.search-wrap .van-search{
|
||||
padding: 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user