This commit is contained in:
张成
2026-04-18 15:26:52 +08:00
parent ae4e342106
commit 3654d2a927

View File

@@ -4,7 +4,7 @@
<div class="page-box " v-if="pageOption.page">
<Page :total="pageOption.total" :current="pageOption.page" :page-size="pageOption.pageSize" show-total @on-change="onChangePage"></Page>
</div>
<div class="table-content" ref="table_content" :style="{ maxHeight: tableMaxHeight }">
<div class="table-content" ref="table_content" >
<div class="table-title" v-if="title||isDown">
<label>{{title}}
<span class="gray font12 ml10" v-if="tip"> {{tip}}</span>