mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-06-24 19:57:48 +08:00
修复预置位列表展示和设备列表表格操作列宽度
This commit is contained in:
parent
b7ba8b9cfa
commit
cf5bcb6349
@ -21,6 +21,7 @@
|
||||
border
|
||||
stripe
|
||||
max-height="100%"
|
||||
height="100%"
|
||||
style="flex: 1"
|
||||
>
|
||||
<el-table-column prop="presetId" label="序号" align="center" />
|
||||
|
||||
@ -132,7 +132,7 @@
|
||||
</el-button>
|
||||
</template>
|
||||
</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">
|
||||
<el-button
|
||||
type="text"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user