feat: 快速预定样式修复
This commit is contained in:
@@ -4,5 +4,5 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.stepper-text {
|
.stepper-text {
|
||||||
width: 30px;
|
max-width: 40px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,9 @@
|
|||||||
</template>
|
</template>
|
||||||
</TopNavBar>
|
</TopNavBar>
|
||||||
|
|
||||||
<view class="booking-content flex-full border-box p-12">
|
<view
|
||||||
|
class="booking-content flex-full border-box p-12 overflow-hidden scroll-y"
|
||||||
|
>
|
||||||
<!-- 预约内容 -->
|
<!-- 预约内容 -->
|
||||||
<view class="border-box bg-white p-12 rounded-12 mb-12">
|
<view class="border-box bg-white p-12 rounded-12 mb-12">
|
||||||
<!-- 酒店类型入住离店日期部分 -->
|
<!-- 酒店类型入住离店日期部分 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user