修改前端表格的列宽-liyuchen

This commit is contained in:
李宇辰 2023-04-14 18:56:49 +08:00
parent d51b8566bf
commit b897b3bc61
2 changed files with 4 additions and 3 deletions

View File

@ -78,7 +78,7 @@
show-overflow-tooltip></el-table-column>
<el-table-column prop="title"
label="Professional title"
show-overflow-tooltip></el-table-column>
show-overflow-tooltip width="150"></el-table-column>
<el-table-column prop="size"
label="Data size"
show-overflow-tooltip>

View File

@ -61,7 +61,8 @@
show-overflow-tooltip></el-table-column>
<el-table-column prop="title"
label="Professional title"
show-overflow-tooltip></el-table-column>
show-overflow-tooltip
width="150"></el-table-column>
<el-table-column prop="size"
label="Data size"
show-overflow-tooltip>
@ -76,7 +77,7 @@
label="Operate"
show-overflow-tooltip>
<template #default="scope">
<el-button size="small" text type="primary" @click="auditData(scope.row)">audit</el-button>
<el-button size="small" text type="primary" @click="auditData(scope.row)">Audit</el-button>
</template>
</el-table-column>
</el-table>