修改影像模块模版

This commit is contained in:
lxd 2024-08-31 05:06:13 +08:00
parent 43150200dc
commit 4aa63fd5fe

View File

@ -19,7 +19,7 @@
<!-- 外层 Flex 容器 -->
<div style="display: flex; height: 100%">
<!-- 模版区域 -->
<div style="flex: 1; min-width: 0">
<div style="flex: 1; min-width: 0;overflow: auto;">
<el-select
v-model="fordevicemValue"
placeholder="请选择模版类别"
@ -41,7 +41,7 @@
class="treeStyle"
:check-on-click-node="true"
:highlight-current="true"
:default-expand-all="true"
:default-expand-all="false"
:data="treeData"
:props="treeDefaultProps"
node-key="id"
@ -60,7 +60,7 @@
class="treeStyle"
:check-on-click-node="true"
:highlight-current="true"
:default-expand-all="true"
:default-expand-all="false"
:data="privateData"
:props="treeDefaultProps"
node-key="id"