类型:开发

描述:
This commit is contained in:
2026-02-03 23:38:44 +08:00
parent 5301a74ec9
commit bc827e1cc8

View File

@@ -149,8 +149,7 @@
</div> </div>
<!-- 酒店入住 --> <!-- 酒店入住 -->
<div class="hotel" > <div class="hotel" >
<div>
<div >
<div class="item"> <div class="item">
<div class="label">接入总数</div> <div class="label">接入总数</div>
<countup class="value" :end-val="homeStore.hotelData?.info?.hotel_count || 0" /> <countup class="value" :end-val="homeStore.hotelData?.info?.hotel_count || 0" />
@@ -1113,11 +1112,11 @@
} }
&-tag--important { &-tag--important {
@extend .item-tag; @extend .item-tag;
background: #feae00; background: #d9011b;
} }
&-tag--warn { &-tag--warn {
@extend .item-tag; @extend .item-tag;
background: #d9011b; background: #feae00;
} }
&-tag--normal { &-tag--normal {
@extend .item-tag; @extend .item-tag;