修改前端表格的列宽-liyuchen
This commit is contained in:
parent
d51b8566bf
commit
b897b3bc61
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue