feat: 自定义 tabbar 组件替代原生 tabbar,支持 CSS 控制图标大小

Made-with: Cursor
This commit is contained in:
2026-03-11 17:02:57 +08:00
parent 79a78da82c
commit 007d380757
23 changed files with 658 additions and 287 deletions

View File

@@ -44,12 +44,16 @@
<NutButton block plain @click="goDineIn">编辑桌号</NutButton>
</view>
</view>
<!-- Custom TabBar -->
<TabBar :current="3" />
</view>
</template>
<script setup lang="ts">
import { Button as NutButton } from '@nutui/nutui-taro'
import PageHero from '@/components/page-hero/index.vue'
import TabBar from '@/components/tab-bar/index.vue'
import { useProfilePage } from './composables/useProfilePage'
const {