浏览代码

[Fix 0000] 防火门联动控制模态框层级问题修复

houzekong 3 天之前
父节点
当前提交
541e0aa2fb
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/vent/monitorManager/fireDoorMonitor/index.vue

+ 2 - 1
src/views/vent/monitorManager/fireDoorMonitor/index.vue

@@ -198,11 +198,12 @@
     :modal-is-show="modalIsShow"
     :modal-title="modalTitle"
     :modal-type="modalType"
+    :z-index="1200"
     @handle-ok="handleOK"
     @handle-cancel="handleCancel"
   />
   <DeviceBaseInfo @register="registerModal" :device-type="selectData['deviceType']" />
-  <BasicModal @register="registerModal1" title="防火门控制">
+  <BasicModal @register="registerModal1" title="防火门控制" :z-index="1000">
     <div class="flex justify-around mt-20px mb-20px">
       <Button type="primary" class="w-120px" @click="setControl('frontGateOpen_S', '开启', true)">卷帘门开启</Button>
       <Button type="primary" class="w-120px" @click="setControl('frontGateClose_S', '关闭', true)">卷帘门关闭</Button>