|
@@ -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
|
},
|
|
@@ -396,6 +392,7 @@ export default {
|
396
|
392
|
.cell {
|
397
|
393
|
float: left;
|
398
|
394
|
width: 4.5rem;
|
|
395
|
+
|
399
|
396
|
margin: 0.35rem 0.3rem 0.1rem 0.4rem;
|
400
|
397
|
label {
|
401
|
398
|
display: block;
|
|
@@ -443,20 +440,25 @@ export default {
|
443
|
440
|
</style>
|
444
|
441
|
<style lang="scss">
|
445
|
442
|
.content {
|
446
|
|
- .cell {
|
447
|
|
- .inputBox {
|
448
|
|
- @media only screen and (max-width: 767px) {
|
449
|
|
- padding: 10.6px 0 !important;
|
450
|
|
- padding-left: 5px !important;
|
451
|
|
- font-size: 0.42rem !important;
|
|
443
|
+ .newContent {
|
|
444
|
+ .cell {
|
|
445
|
+ @media only screen and (max-width: 415px) {
|
|
446
|
+ height: 2.4rem;
|
|
447
|
+ }
|
|
448
|
+ .inputBox {
|
|
449
|
+ @media only screen and (max-width: 767px) {
|
|
450
|
+ padding: 10.6px 0 !important;
|
|
451
|
+ padding-left: 5px !important;
|
|
452
|
+ font-size: 0.42rem !important;
|
|
453
|
+ }
|
452
|
454
|
}
|
453
|
|
- }
|
454
|
|
- .el-input__inner {
|
455
|
|
- font-size: 0.42rem;
|
456
|
|
- }
|
457
|
|
- .is-disabled {
|
458
|
455
|
.el-input__inner {
|
459
|
|
- color: #999;
|
|
456
|
+ font-size: 0.42rem;
|
|
457
|
+ }
|
|
458
|
+ .is-disabled {
|
|
459
|
+ .el-input__inner {
|
|
460
|
+ color: #999;
|
|
461
|
+ }
|
460
|
462
|
}
|
461
|
463
|
}
|
462
|
464
|
}
|