feat: 快速预定样式修复

This commit is contained in:
duanshuwen
2025-11-09 17:09:19 +08:00
parent 0d554eeffc
commit ac8baa7f95
2 changed files with 4 additions and 2 deletions

View File

@@ -4,5 +4,5 @@
} }
.stepper-text { .stepper-text {
width: 30px; max-width: 40px;
} }

View File

@@ -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">
<!-- 酒店类型入住离店日期部分 --> <!-- 酒店类型入住离店日期部分 -->