See999 4 年前
父节点
当前提交
1cafe10655
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/xt_pages/dialysis/details/index.vue

+ 3 - 3
src/xt_pages/dialysis/details/index.vue 查看文件

@@ -20,7 +20,7 @@
20 20
       element-loading-spinner="el-icon-loading"
21 21
       element-loading-background="rgba(0, 0, 0, 0.8)"
22 22
     >
23
-    <div class="patientBox" style="width:25%;padding-left:10px;position: relative;">
23
+    <div class="patientBox" style="width:300px;padding-left:10px;position: relative;">
24 24
       <el-button
25 25
           style="position: absolute;right:0;top:2px;z-index:10"
26 26
           size="small"
@@ -31,7 +31,7 @@
31 31
         <el-tab-pane label="候诊区" name="first">
32 32
           <div class="cell clearfix" style="margin-bottom:10px;">
33 33
             <el-date-picker v-model="selected_date" prefix-icon="el-icon-date" @change="handleScheduleDateChange" :editable="false" :clearable="false" style="width: 45%;margin-right:10px;" type="date" placeholder="选择日期时间" align="right" ></el-date-picker>
34
-            <el-input size="small" style="width:24%;" @keyup.enter.native='searchAction' v-model.trim="search_input" class="filter-item"/>
34
+            <el-input size="small" style="width:25%;" @keyup.enter.native='searchAction' v-model.trim="search_input" class="filter-item"/>
35 35
             <el-button size="small" class="filter-item" type="primary" style="margin-right:20px;" @click="searchAction">搜索</el-button>
36 36
           </div>
37 37
           <div class="cell clearfix" style="margin-bottom:10px;display:flex;">
@@ -111,7 +111,7 @@
111 111
         <el-tab-pane label="透析区" name="second">
112 112
           <div class="cell clearfix" style="margin-bottom:10px;">
113 113
             <el-date-picker v-model="selected_date" prefix-icon="el-icon-date" @change="handleScheduleDateChange" :editable="false" :clearable="false" style="width: 45%;margin-right:10px;" type="date" placeholder="选择日期时间" align="right" ></el-date-picker>
114
-            <el-input size="small" style="width:24%;" @keyup.enter.native='searchAction' v-model.trim="search_input" class="filter-item"/>
114
+            <el-input size="small" style="width:25%;" @keyup.enter.native='searchAction' v-model.trim="search_input" class="filter-item"/>
115 115
             <el-button size="small" class="filter-item" style="margin-right:20px;" type="primary" @click="searchAction">搜索</el-button>
116 116
           </div>
117 117
           <div class="cell clearfix" style="margin-bottom:10px;display:flex;">