Commit 0a3978e9 authored by 小费同学阿's avatar 小费同学阿 💬

Merge remote-tracking branch 'origin/master'

parents 299e2057 277032fe
...@@ -278,7 +278,10 @@ ...@@ -278,7 +278,10 @@
class="fourWordsBtn" class="fourWordsBtn"
:disabled="currentUser.userType === '2' && currentUser.name !== checkDetail.doctorName" :disabled="currentUser.userType === '2' && currentUser.name !== checkDetail.doctorName"
@click="bookNow" @click="bookNow"
>立即预约</el-button> >
<svg-icon icon-class="liebiao_icon_xiangqing" />
立即预约
</el-button>
</div> </div>
</div> </div>
<!-- 预约信息 --> <!-- 预约信息 -->
...@@ -324,10 +327,10 @@ ...@@ -324,10 +327,10 @@
</el-col> </el-col>
</el-row> </el-row>
<el-row v-show="checkDetail.checkSchedule < 2"> <el-row v-show="checkDetail.checkSchedule < 2">
<el-col :span="8"> <el-col :span="24">
<el-form-item label="暂未预约"> <div class="unallocated">
<span /> <el-form-item label="暂未预约" label-width="50.5rem" />
</el-form-item> </div>
</el-col> </el-col>
</el-row> </el-row>
<div v-show="checkDetail.checkSchedule >= 2"> <div v-show="checkDetail.checkSchedule >= 2">
...@@ -783,4 +786,10 @@ export default { ...@@ -783,4 +786,10 @@ export default {
.schedule-info.progress-base { .schedule-info.progress-base {
padding-bottom: 10px !important; padding-bottom: 10px !important;
} }
.unallocated {
border: 1px dashed #E5E5E5;
display: flex;
padding: 20px 0 0 0;
margin: 0 3.25rem 26px 28px;
}
</style> </style>
...@@ -1220,6 +1220,6 @@ export default { ...@@ -1220,6 +1220,6 @@ export default {
border: 1px dashed #E5E5E5; border: 1px dashed #E5E5E5;
display: flex; display: flex;
padding: 20px 0 0 0; padding: 20px 0 0 0;
margin: 0 20px 0 28px; margin: 0 20px 26px 28px;
} }
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment