修复预置位列表展示和设备列表表格操作列宽度

This commit is contained in:
lin 2026-06-24 09:58:04 +08:00
parent b7ba8b9cfa
commit cf5bcb6349
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@
border border
stripe stripe
max-height="100%" max-height="100%"
height="100%"
style="flex: 1" style="flex: 1"
> >
<el-table-column prop="presetId" label="序号" align="center" /> <el-table-column prop="presetId" label="序号" align="center" />

View File

@ -132,7 +132,7 @@
</el-button> </el-button>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="操作" min-width="240" fixed="right"> <el-table-column label="操作" min-width="260" fixed="right">
<template v-slot:default="scope"> <template v-slot:default="scope">
<el-button <el-button
type="text" type="text"