This commit is contained in:
汪汇 2024-03-07 11:25:08 +08:00
parent 1c273ad497
commit a74a1e3b5e
1 changed files with 7 additions and 3 deletions

View File

@ -48,7 +48,12 @@
/> />
</van-dropdown-menu> </van-dropdown-menu>
</van-sticky> </van-sticky>
<div class="card"> <van-cell-group
class="card"
:style="{
height: height - 132 + 'px',
}"
>
<div <div
class="cardlist" class="cardlist"
v-for="(item, index) in dropdown.rmyy" v-for="(item, index) in dropdown.rmyy"
@ -96,7 +101,7 @@
> >
没有更多了 没有更多了
</van-divider> </van-divider>
</div> </van-cell-group>
</van-floating-panel> </van-floating-panel>
<!-- <van-popup <!-- <van-popup
:show="true" :show="true"
@ -677,7 +682,6 @@ const getlists = () => {
.card { .card {
width: 100%; width: 100%;
height: calc(100% - 132px);
overflow: auto; overflow: auto;
padding-bottom: 80px; padding-bottom: 80px;