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