This commit is contained in:
parent
1c273ad497
commit
a74a1e3b5e
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue