mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-06-25 03:57:49 +08:00
修复预置位列表展示和设备列表表格操作列宽度
This commit is contained in:
parent
b7ba8b9cfa
commit
cf5bcb6349
@ -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" />
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user