See999 преди 5 години
родител
ревизия
e5961e89c6

+ 2 - 2
src/pages/main/DetailsPage.vue Целия файл

@@ -234,7 +234,7 @@ export default {
234 234
   position: fixed;
235 235
   right: 0.6rem;
236 236
   bottom: 2.25rem;
237
-  font-size: 0.4rem;
237
+  font-size: 0.34rem;
238 238
   text-align: center;
239 239
   @media only screen and (max-width: 767px) {
240 240
     display: none;
@@ -250,7 +250,7 @@ export default {
250 250
     // }
251 251
     @media only screen and (min-width: 768px) {
252 252
       width: 50px;
253
-      margin: 14px auto 0;
253
+      margin: 17px auto 0;
254 254
     }
255 255
   }
256 256
 }

+ 23 - 5
src/pages/main/dialog/MonitDialog.vue Целия файл

@@ -74,7 +74,7 @@
74 74
         <div class="DialogTit">
75 75
           <div class="back" @click="formPanel=false;listPanel=true;"><span class="iconfont">&#xe720; </span>返回</div>
76 76
           <h1 class="name">{{formTitle}}</h1>
77
-          <span class="success" v-if="form.id>0" @click="submitEditAction()">完成</span>
77
+          <span class="success" v-if="form.id>0" @click="submitEditAction()">保存</span>
78 78
           <span class="success" v-else @click="submitAction()">保存</span>
79 79
 
80 80
         </div>
@@ -118,12 +118,12 @@
118 118
             <div class="cell">
119 119
               <label>静脉压(mmHg)</label>
120 120
               <input type="number" @focus="inputFocus" onclick="this.select();" class="inputBox" v-model="form.venous_pressure" style="width:60%">
121
-               <button style="width:30%;padding: 0.18rem 0; color: #fff; background: #409eff;border-radius:5px" @click="venousPressureChange(1)" >转换</button>
121
+               <button class="typeButton" style="width:30%;padding: 0.18rem 0; color: #fff; background: #409eff;border-radius:5px" @click="venousPressureChange(1)" >转换</button>
122 122
             </div>
123 123
             <div class="cell" v-if="isShow('跨膜压')">
124 124
               <label>跨膜压(mmHg)</label>
125 125
               <input type="number" @focus="inputFocus" onclick="this.select();" class="inputBox" v-model="form.transmembrane_pressure" style="width:60%">
126
-              <button style="width:30%;padding: 0.18rem 0; color: #fff; background: #409eff;border-radius:5px" @click="venousPressureChange(2)" >转换</button>
126
+              <button class="typeButton" style="width:30%;padding: 0.18rem 0; color: #fff; background: #409eff;border-radius:5px" @click="venousPressureChange(2)" >转换</button>
127 127
             </div>
128 128
             <div class="cell" v-if="isShow('超滤量')">
129 129
               <label v-if="template_id == 6">超滤量(ml)</label>
@@ -141,7 +141,7 @@
141 141
             <div class="cell">
142 142
               <label>动脉压(mmHg)</label>
143 143
               <input type="number" @focus="inputFocus" onclick="this.select();" class="inputBox" v-model="form.arterial_pressure" style="width:60%">
144
-              <button style="width:30%;padding: 0.18rem 0; color: #fff; background: #409eff;border-radius:5px" @click="venousPressureChange(3)" >转换</button>
144
+              <button class="typeButton" style="width:30%;padding: 0.18rem 0; color: #fff; background: #409eff;border-radius:5px" @click="venousPressureChange(3)" >转换</button>
145 145
             </div>
146 146
             <div class="cell" v-if="isShow('透析液温度')">
147 147
               <label>透析液温度(℃)</label>
@@ -209,7 +209,7 @@
209 209
 
210 210
             <div class="cell width">
211 211
               <label>监测人:</label>
212
-              <span>{{doctor}}</span>
212
+              <span class="doctor">{{doctor}}</span>
213 213
             </div>
214 214
 
215 215
           </div>
@@ -1086,6 +1086,8 @@ export default {
1086 1086
         height: 0.55rem;
1087 1087
         line-height: 0.55rem;
1088 1088
         color: $pgh-color;
1089
+        font-size: 0.45rem;
1090
+        margin-bottom: 0.2rem;
1089 1091
       }
1090 1092
       select {
1091 1093
         width: 100%;
@@ -1101,6 +1103,19 @@ export default {
1101 1103
         padding: 0.18rem 0;
1102 1104
         padding-left: 5px;
1103 1105
         width: 100%;
1106
+        @media only screen and (min-width: 768px) {
1107
+          height: 60px;
1108
+          line-height: 60px;
1109
+          font-size: 0.45rem;
1110
+        }
1111
+      }
1112
+      .typeButton{
1113
+        @media only screen and (min-width: 768px) {
1114
+          height: 60px;
1115
+          line-height: 60px;
1116
+          font-size: 0.45rem;
1117
+          padding: 0 !important;
1118
+        }
1104 1119
       }
1105 1120
       .input_focus {
1106 1121
         margin-bottom: 2rem;
@@ -1139,6 +1154,9 @@ export default {
1139 1154
 .row-class-active > td {
1140 1155
   background: #badcff !important;
1141 1156
 }
1157
+.doctor{
1158
+  font-size: 0.45rem;
1159
+}
1142 1160
 </style>
1143 1161
 <style lang="scss">
1144 1162
 .el-table td {

+ 11 - 7
src/pages/main/dialog/OrdersDialog.vue Целия файл

@@ -10,23 +10,24 @@
10 10
         <span
11 11
           @click="openNewAdvice"
12 12
           :class="{ forbid: this.$store.getters.user.user.user_type == 3 }"
13
-        >新增医嘱</span>
13
+        >新增</span>
14 14
         <span
15 15
           v-if="isShowExce"
16 16
           @click="execAdvice"
17 17
           :class="{ forbid: (current_advice&& current_advice.parent_id > 0)||(this.$store.getters.user.user.user_type == 2 && !isPremission) }"
18
-        >执行医嘱</span>
18
+        >执行</span>
19 19
         <span
20 20
           v-if="isShowMofifyExce"
21 21
           @click="modifyExecAdvice"
22 22
           :class="{ forbid: (current_advice&& current_advice.parent_id > 0) }"
23
-        >修改执行医嘱</span>
23
+        >修改</span>
24 24
         <span
25 25
           v-if="template_id != 6"
26 26
           @click="checkAdvice"
27 27
           :class="{ forbid: (current_advice&& current_advice.parent_id > 0) || (this.$store.getters.user.user.user_type == 2 && !isPremission) }"
28
-        >医嘱核对</span>
28
+        >核对</span>
29 29
         <span
30
+        id="fontSize"
30 31
           @click="openNewChild"
31 32
           :class="{ forbid: current_advice == null || current_advice.parent_id > 0 ||  currentAdvices.length != 1 || this.$store.getters.user.user.user_type == 3 }"
32 33
         >添加子药</span>
@@ -34,12 +35,12 @@
34 35
           v-if="currentSubAdvices.length <= 0"
35 36
           @click="modifyAdviceAction"
36 37
           :class="{ forbid: current_group_index < 0 ||  currentAdvices.length != 1 }"
37
-        >修改医嘱</span>
38
+        >修改</span>
38 39
         <span
39 40
           v-if="currentSubAdvices.length <= 0"
40 41
           @click="deleteAdviceAction"
41 42
           :class="{ forbid: current_group_index < 0 || currentAdvices.length <= 0  }"
42
-        >删除医嘱</span>
43
+        >删除</span>
43 44
 
44 45
         <span v-if="currentSubAdvices.length > 0" @click="modifySubdviceAction">修改子医嘱</span>
45 46
         <span v-if="currentSubAdvices.length > 0" @click="deleteSubAdviceAction">删除子医嘱</span>
@@ -1498,7 +1499,7 @@
1498 1499
   display: flex;
1499 1500
   flex-wrap: wrap;
1500 1501
   span {
1501
-    width: 18%;
1502
+    width: 15%;
1502 1503
     @media only screen and (max-width: 415px) {
1503 1504
       padding: 0;
1504 1505
     }
@@ -1507,4 +1508,7 @@
1507 1508
     // }
1508 1509
   }
1509 1510
 }
1511
+#fontSize{
1512
+  font-size: 0.34rem;
1513
+}
1510 1514
 </style>

+ 23 - 5
src/pages/main/dialog/new_order/AddNewOrders.vue Целия файл

@@ -9,20 +9,26 @@
9 9
         <span class="success" @click="comfirmAction">保存</span>
10 10
       </div>
11 11
       <div class="yzNav" style="width:100%;">
12
-        <span @click="addOrderByTemplateAction">选择医嘱模板</span>
13
-        <span @click="addNewOrderAction">新增医嘱内容</span>
14
-        <span @click="modifyOrderAction">修改医嘱内容</span>
15
-        <span @click="deleteOrderAction">删除医嘱内容</span>
12
+        <span class="newSpan" @click="addOrderByTemplateAction">选择模板</span>
13
+        <span class="newSpan" @click="addNewOrderAction">新增内容</span>
14
+        <span class="newSpan" @click="modifyOrderAction">修改内容</span>
15
+        <span class="newSpan" @click="deleteOrderAction">删除内容</span>
16 16
       </div>
17 17
       <div class="content clearfix backgroundColor">
18 18
         <div style="overflow: hidden;">
19 19
           <div class="cell" style="margin-top: 0;">
20 20
             <label>医嘱类型</label>
21
-            <el-input ref="advice_type" value="临时" disabled></el-input>
21
+            <el-input
22
+              class="typeInput"
23
+              ref="advice_type"
24
+              value="临时"
25
+              disabled
26
+            ></el-input>
22 27
           </div>
23 28
           <div class="cell" style="margin-top: 0;">
24 29
             <label>开始时间</label>
25 30
             <el-input
31
+              class="typeInput"
26 32
               :value="start_time_str"
27 33
               readonly
28 34
               @focus="selectStartTimeAction"
@@ -605,6 +611,7 @@ export default {
605 611
       line-height: 0.6rem;
606 612
       color: $pgh-color;
607 613
       font-size: 0.45rem;
614
+      margin-bottom: 0.2rem;
608 615
     }
609 616
     select {
610 617
       width: 100%;
@@ -640,6 +647,9 @@ export default {
640 647
     background: #badcff !important;
641 648
   }
642 649
 }
650
+.newSpan {
651
+  padding: 0 0.4rem;
652
+}
643 653
 </style>
644 654
 <style lang="scss">
645 655
 .newAddTable {
@@ -647,4 +657,12 @@ export default {
647 657
     padding: 0;
648 658
   }
649 659
 }
660
+.typeInput {
661
+  .el-input__inner {
662
+    @media only screen and (min-width: 768px) {
663
+      height: 60px;
664
+      line-height: 60px;
665
+    }
666
+  }
667
+}
650 668
 </style>

+ 1 - 1
src/styles/style.scss Целия файл

@@ -228,7 +228,7 @@ body {
228 228
     @include text-align;
229 229
     margin: 0.25rem 0;
230 230
     color: #34495e;
231
-    font-size: 0.4rem;
231
+    font-size: 0.45rem;
232 232
     padding: 0 0.16rem;
233 233
   }
234 234
   .forbid {