下拉高度

This commit is contained in:
liuye
2023-05-26 09:34:51 +08:00
parent 910a3d1039
commit 02538d4506
3 changed files with 8 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
<p class="all_test">全部考试</p>
<div class="card_list" v-if="testList.length">
<scroll-view :style="{height: height + 'px'}" scroll-y>
<scroll-view scroll-y>
<div class="card" v-for="item in testList" :key="item.id">
<div class="card_top">
<div class="card_title" :class="item.myRecord ? 'min-wid' : '' ">{{ item.examinationName }}</div>