Ver Fonte

费用清单组件的zindex最大

lighter há 2 anos atrás
pai
commit
c68d9e0527

+ 1 - 1
src/components/medical-insurance/charge-list/Index.vue

@@ -1,6 +1,6 @@
 <template>
   <window-size>
-    <div style="display: flex; width: 100%; height: 100%">
+    <div style="display: flex; width: 100%; height: 100%; z-index: 9999">
       <div style="width: 330px;height: 100%; padding: 0 12px; border-right: 1px solid lightgray">
         <div class="flex-header">
           <el-input v-model="patNo" placeholder="住院号" clearable style="width: 160px"></el-input>

+ 1 - 1
src/components/window-size/Index.vue

@@ -14,7 +14,7 @@ export default {
       position: 'absolute',
       top: 0, left:0, bottom: 0, right: 0,
       background: 'white',
-      zIndex: 99,
+      zIndex: 9999,
       width: windowSize.width,
       height: windowSize.height
     }