页面高度
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
:show-action="false" @search="getList" @clear="title='',getList()"></u-search>
|
||||
</div>
|
||||
|
||||
<p class="all_test">全部考试{{height}}</p>
|
||||
<p class="all_test">全部考试</p>
|
||||
<div class="card_list" v-if="testList.length">
|
||||
<scroll-view :style="{height: height + 'px'}" scroll-y>
|
||||
<div class="card" v-for="item in testList" :key="item.id">
|
||||
|
||||
Reference in New Issue
Block a user