Explorar el Código

多窗口(CrossingMultiView)启用拖拽: 三个页面 openCrossingMultiView 配置 draggable 改为 true

画安 hace 2 semanas
padre
commit
d2787803a3

+ 1 - 1
src/views/SpecialSituationMonitoring.vue

@@ -441,7 +441,7 @@ export default {
                 showClose: false,
                 noPadding: true,
                 enableDblclickExpand: false,
-                draggable: false,
+                draggable: true,
                 bringToFrontOnMousedown: false,
                 data: {
                     crossings: [...this.crossingSelections],

+ 1 - 1
src/views/StatusMonitoring.vue

@@ -567,7 +567,7 @@ export default {
                 showClose: false,
                 noPadding: true,
                 enableDblclickExpand: false,
-                draggable: false,
+                draggable: true,
                 bringToFrontOnMousedown: false,
                 data: {
                     crossings: [...this.crossingSelections],

+ 1 - 1
src/views/TrunkCoordination.vue

@@ -445,7 +445,7 @@ export default {
                 showClose: false,
                 noPadding: true,
                 enableDblclickExpand: false,
-                draggable: false,
+                draggable: true,
                 bringToFrontOnMousedown: false,
                 data: {
                     crossings: [...this.crossingSelections],