|
@@ -438,10 +438,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="form-item flex flex-col-center">
|
|
<div class="form-item flex flex-col-center">
|
|
|
<span style="opacity:0">*</span>
|
|
<span style="opacity:0">*</span>
|
|
|
- <div class="name">统建处方:</div>
|
|
|
|
|
- <div class="input">
|
|
|
|
|
- <el-checkbox v-model="editData.isUnified"></el-checkbox>
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ <el-checkbox v-model="editData.isUnified" class="unified-checkbox">统建处方</el-checkbox>
|
|
|
</div>
|
|
</div>
|
|
|
<template v-if="editData.isUnified">
|
|
<template v-if="editData.isUnified">
|
|
|
<div class="form-item flex flex-col-center">
|
|
<div class="form-item flex flex-col-center">
|
|
@@ -1408,7 +1405,8 @@ export default {
|
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
|
|
|
|
|
|
.name {
|
|
.name {
|
|
|
- width: 100px;
|
|
|
|
|
|
|
+ width: 110px;
|
|
|
|
|
+ min-width: 110px;
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
text-align: right;
|
|
text-align: right;
|
|
@@ -1417,6 +1415,16 @@ export default {
|
|
|
|
|
|
|
|
.input {
|
|
.input {
|
|
|
flex: 1;
|
|
flex: 1;
|
|
|
|
|
+ min-width: 0;
|
|
|
|
|
+
|
|
|
|
|
+ .el-input,
|
|
|
|
|
+ .el-select {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .unified-checkbox {
|
|
|
|
|
+ margin-left: 115px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|