fix travel style

This commit is contained in:
Timi
2025-12-17 10:18:10 +08:00
parent f0f2815971
commit 423775c255
8 changed files with 12 additions and 8 deletions

View File

@ -1,9 +1,8 @@
// pages/main/travel-editor/index.less
.container {
.travel-editor {
width: 100vw;
min-height: 100vh;
background: var(--theme-bg-secondary);
.content {
padding-bottom: 64rpx;

View File

@ -3,7 +3,7 @@
<text slot="left" bindtap="cancel">取消</text>
</t-navbar>
<scroll-view class="container" type="custom" scroll-y show-scrollbar="{{false}}">
<scroll-view class="travel-editor setting-bg" type="custom" scroll-y show-scrollbar="{{false}}">
<view class="content">
<view wx:if="{{isLoading}}" class="loading">
<t-loading theme="dots" size="40rpx" />