From 29a02350b873fa6339a7535fa929697fec9a8f84 Mon Sep 17 00:00:00 2001 From: mh-two-thousand-and-two <17391232786@163.com> Date: 星期三, 03 四月 2024 18:44:07 +0800 Subject: [PATCH] 三 --- components/table1/table1.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/components/table1/table1.vue b/components/table1/table1.vue index ac388df..646c2b0 100644 --- a/components/table1/table1.vue +++ b/components/table1/table1.vue @@ -1,6 +1,6 @@ <template> <div> - <el-table :max-height="height" :data="data" > + <el-table :min-height="height" :data="data" > <el-table-column min-width="110" :sort-method="sortAge" v-for="column in columns" :key="column.prop" :label="column.label" header-align="center"> <template slot-scope="scope" class="font-family"> <template v-if="column.type === 'image'"> -- Gitblit v1.9.1