Commit d94024e8 authored by 刘怀志's avatar 刘怀志

64094 挂号管理-新增挂号,当此时段无挂号信息时,应显示当前时段暂无等候中

parent 56dcd601
......@@ -67,6 +67,9 @@
fit="cover"
/>
</div>
<div v-if="item.pictureUrl && item.pictureUrl.length === 0" class="mid-bottom-nobody">
当前时段暂无等候中...
</div>
</div>
<!--卡片下半部分-->
<div class="bottom">
......@@ -348,6 +351,14 @@ export default {
height: 100%;
}
}
// 无人排队样式
.mid-bottom-nobody{
height: 32px;
font-size: 0.875rem;
font-family: Microsoft YaHei-Regular, Microsoft YaHei;
font-weight: 400;
color: #666666;
}
}
//卡片下半部分
......
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