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