|
@@ -2,8 +2,8 @@
|
2
|
2
|
<div class="main-contain new-main-contain">
|
3
|
3
|
|
4
|
4
|
<div style="height: calc(100% - 0px);display: flex;flex-direction: column;">
|
5
|
|
- <div style="display:flex;justify-content: space-between;align-items:center;margin-bottom:10px;padding:0 10px;color:#606266;">
|
6
|
|
- <div>姓名:{{ $route.query.patient_name }}</div>
|
|
5
|
+ <div style="display:flex;justify-content: space-between;align-items:center;margin:10px 0;padding:0 10px;color:#606266;">
|
|
6
|
+ <div style="font-size:14px;">姓名:{{ $route.query.patient_name }}</div>
|
7
|
7
|
<el-button size="small" @click="save" type="primary">保存</el-button>
|
8
|
8
|
</div>
|
9
|
9
|
|