1
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user