类型:开发

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