|
@@ -67,7 +67,7 @@
|
|
|
:key="i+'_'+index">
|
|
|
|
|
|
<view v-if="device.online"
|
|
|
- :style="item.workStatusText.length>3?' padding: 0 10px':(item.workStatusText.length==3?'padding: 4px;font-size:24rpx':'padding: 10px;')"
|
|
|
+ :style="item.workStatusText.length>3?' padding: 0 10px':(item.workStatusText.length==3?'font-size:14px;height: 50px;':'padding: 10px;')"
|
|
|
:class="{
|
|
|
free:true,
|
|
|
charging:item.enableShare&&item.workStatus!=0,
|
|
@@ -104,7 +104,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
- <template v-if="item.enableShare&&item.enableShareWithinTime&&device.online">
|
|
|
+ <template v-if="!item.isRed&&item.enableShare&&item.enableShareWithinTime&&device.online">
|
|
|
|
|
|
<view class="tag" v-if="item.workStatus != 2 ">
|
|
|
<view class="tag-item" @click="book(item,item.isAppointment)"
|
|
@@ -1266,7 +1266,7 @@
|
|
|
.free {
|
|
|
|
|
|
|
|
|
- max-width: 50px;
|
|
|
+ width: 50px;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|