Browse Source

修改样式

See999 4 years ago
parent
commit
d8038ec063

+ 3 - 6
src/pages/main/dialog/modify_order/modify_order_form.vue View File

@@ -110,11 +110,7 @@
110 110
 
111 111
             <div class="cell" v-show="order.parent_id == 0">
112 112
               <label>医嘱嘱托</label>
113
-              <input
114
-                class="inputBox"
115
-                style="width:100%"
116
-                v-model="order.remark"
117
-              />
113
+              <input class="inputBox" style="width:100%" v-model="order.remark" />
118 114
             </div>
119 115
             <!-- </div> -->
120 116
           </div>
@@ -252,7 +248,7 @@ export default {
252 248
   computed: {
253 249
     dialog_title: function() {
254 250
       if (this.mode == 1) {
255
-        return "修改医嘱";
251
+        return "修改子药";
256 252
       }
257 253
     }
258 254
   },
@@ -397,6 +393,7 @@ export default {
397 393
     float: left;
398 394
     width: 4.5rem;
399 395
     margin: 0.35rem 0.3rem 0.1rem 0.4rem;
396
+    padding-bottom: 3px;
400 397
     label {
401 398
       display: block;
402 399
       height: 0.9rem;

+ 4 - 16
src/pages/main/dialog/new_order/order_form.vue View File

@@ -20,11 +20,7 @@
20 20
               <label>药品规格</label>
21 21
               <!--<input class="inputBox" style="width:62.5%" v-model="order.advice_desc">-->
22 22
 
23
-              <input
24
-                class="inputBox"
25
-                style="width:60%"
26
-                v-model="order.advice_desc"
27
-              />
23
+              <input class="inputBox" style="width:60%" v-model="order.advice_desc" />
28 24
               <input
29 25
                 type="text"
30 26
                 placeholder="单位"
@@ -57,12 +53,7 @@
57 53
 
58 54
             <div class="cell">
59 55
               <label>单次用量</label>
60
-              <input
61
-                type="number"
62
-                class="inputBox"
63
-                style="width:62.5%"
64
-                v-model="order.single_dose"
65
-              />
56
+              <input type="number" class="inputBox" style="width:62.5%" v-model="order.single_dose" />
66 57
               <input
67 58
                 type="text"
68 59
                 placeholder="单位"
@@ -98,11 +89,7 @@
98 89
 
99 90
             <div class="cell" v-show="order.parent_id == 0">
100 91
               <label>医嘱嘱托</label>
101
-              <input
102
-                class="inputBox"
103
-                style="width:100%"
104
-                v-model="order.remark"
105
-              />
92
+              <input class="inputBox" style="width:100%" v-model="order.remark" />
106 93
             </div>
107 94
           </div>
108 95
         </div>
@@ -443,6 +430,7 @@ export default {
443 430
     float: left;
444 431
     width: 4.5rem;
445 432
     margin: 0.35rem 0.3rem 0.1rem 0.4rem;
433
+    padding-bottom: 3px;
446 434
     label {
447 435
       display: block;
448 436
       height: 0.9rem;