|
@@ -74,7 +74,7 @@
|
74
|
74
|
<div class="DialogTit">
|
75
|
75
|
<div class="back" @click="formPanel=false;listPanel=true;"><span class="iconfont"> </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 {
|