|
|
@@ -57,9 +57,8 @@
|
|
|
<el-button type="primary" size="mini" @click="handleSearch">查询</el-button>
|
|
|
<el-button size="mini" @click="resetSearch">重置</el-button>
|
|
|
</div>
|
|
|
- <div class="table-scroll-wrap-lg">
|
|
|
- <div style="overflow-x:auto;max-height:calc(100vh - 300px);min-width:0;">
|
|
|
- <el-table style="max-height:calc(100vh - 300px);" :data="activities" v-loading="loading" border stripe>
|
|
|
+ <div style="overflow:auto;max-height:calc(100vh - 300px);min-width:0;box-sizing:border-box;">
|
|
|
+ <el-table :data="activities" v-loading="loading" border stripe style="min-width:900px;">
|
|
|
<el-table-column prop="id" label="ID" width="80" />
|
|
|
<el-table-column label="封面" width="80">
|
|
|
<template slot-scope="{ row }">
|
|
|
@@ -111,7 +110,6 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table></div>
|
|
|
- </div>
|
|
|
<el-pagination
|
|
|
v-if="total > 0"
|
|
|
@size-change="handleSizeChange"
|