+
@@ -24,7 +22,7 @@
:data="treeData"
:props="defaultProps"
default-expand-all
- style="margin: 10px;margin-bottom: 0;border: 1px solid #ccc;overflow-y: auto;height: 520px;"
+ style="margin: 10px;margin-bottom: 0;border: 1px solid #ccc;overflow-y: auto;height: calc(100% - 50px);"
:filter-node-method="filterNode"
@node-click="handleNodeClick"
>
@@ -48,13 +46,13 @@
:room="room"
:members="simulationUserList"
:is-admin="isAdmin"
- style="height:570px"
+ style="height: 100%"
@message="messageInfo"
/>
-
+
diff --git a/src/views/newMap/jointTrainingNew/menuDemon.vue b/src/views/newMap/jointTrainingNew/menuDemon.vue
index bbae0bdbf..18ef9b171 100644
--- a/src/views/newMap/jointTrainingNew/menuDemon.vue
+++ b/src/views/newMap/jointTrainingNew/menuDemon.vue
@@ -1,8 +1,9 @@
-
+
+ 设备管理
成员管理
生成二维码
{{ $t('joinTraining.connectRealDevices') }}
@@ -24,12 +25,14 @@
+