feat: 设置导航栏的颜色

This commit is contained in:
2026-03-10 16:53:53 +08:00
parent 5031a710db
commit b69d24b96a
3 changed files with 12 additions and 25 deletions

View File

@@ -2,7 +2,7 @@
<z-paging ref="paging" v-model="dataList" use-virtual-list :force-close-inner-list="true" cell-height-mode="dynamic"
safe-area-inset-bottom @query="queryList">
<template #top>
<TopNavBar title="快速预定" />
<TopNavBar title="快速预定" :background="$theme-color-100" />
<Tabs @change="handleTabChange" />