继续完善页面

This commit is contained in:
2026-02-02 21:45:59 +08:00
parent f4af5dded9
commit 93b42a277a
19 changed files with 2785 additions and 672 deletions

View File

@@ -4,7 +4,7 @@
<text class="header-title">{{ topMenuTitle }}</text>
</view>
<scroll-view class="subsider-menu" scroll-y="true">
<view class="subsider-menu">
<view v-for="group in groups" :key="group.id" class="menu-group">
<view class="group-title">
<text>{{ group.title }}</text>
@@ -20,7 +20,7 @@
<text class="item-title">{{ route.title }}</text>
</view>
</view>
</scroll-view>
</view>
</view>
</template>
@@ -79,6 +79,7 @@ function onRouteClick(routeId: string): void {
.subsider-menu {
flex: 1;
padding: 8px 0;
overflow-y: scroll;
}
.menu-group {