@ -28,7 +28,7 @@
</view>
<view class="right">
<view :class="item+' status'"><view class="over">候诊</view></view>
<view class="queue-num" v-if="item=='status_wait'"><view>前方<text class="PfScSemibold">4</text>人</view> </view>
<view class="queue-num" v-if="item=='status_wait'"><view>前方<text class="PfScSemibold">40</text>人</view> </view>
@ -101,12 +101,13 @@
padding: 35rpx 13rpx;
box-sizing: border-box;
overflow: hidden;
height: auto;
&:last-of-type{
border-bottom: none !important;
}
.left{
flex-grow: 1;
flex-shrink: 0;
flex-shrink: 1;
.title{
min-height: 42rpx;
font-size: 30rpx;
@ -123,7 +124,8 @@
margin-bottom: 12rpx
.loction{
height: 40rpx;
max-width: 500rpx;
min-height: 40rpx;
line-height: 40rpx;
color: #949699;
@ -194,6 +196,7 @@
text{
font-size: 48rpx;
color: #39D067;
margin: 0 8rpx;