修改
This commit is contained in:
parent
e1da96626d
commit
f5dfd8af6a
@ -65,7 +65,7 @@
|
||||
<el-option label="术前" value="PREOPERATIVE" />
|
||||
<el-option label="术后" value="POSTOPERATIVE" />
|
||||
</el-select>
|
||||
<el-input style="width: 70px;" v-model="item.routeNodeDay"></el-input>
|
||||
<el-input style="width: 90px;" v-model="item.routeNodeDay" type="number"></el-input>
|
||||
<span>天</span>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
@ -37,7 +37,7 @@
|
||||
<el-option label="术前" value="PREOPERATIVE" />
|
||||
<el-option label="术后" value="POSTOPERATIVE" />
|
||||
</el-select>
|
||||
<el-input v-model="item.routeNodeDay" style="width: 50px;"></el-input>
|
||||
<el-input v-model="item.routeNodeDay" style="width: 70px;" type="number"></el-input>
|
||||
<span>天</span>
|
||||
</div>
|
||||
<div>
|
||||
@ -818,7 +818,7 @@ export default {
|
||||
justify-content: space-evenly;
|
||||
|
||||
.timelist {
|
||||
width: 22%;
|
||||
width: 25%;
|
||||
background-color: #fff;
|
||||
padding: 0 20px 20px;
|
||||
// height: 680px;
|
||||
@ -839,7 +839,7 @@ export default {
|
||||
}
|
||||
|
||||
.texts {
|
||||
width: 75%;
|
||||
width: 72%;
|
||||
// height: 680px;
|
||||
height: calc(100vh - 294px);
|
||||
overflow: scroll;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user