@@ -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>
@@ -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
}