This commit is contained in:
2024-04-23 17:02:46 +08:00
parent e1da96626d
commit f5dfd8af6a
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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;