完成全项目响应式审核与换机交接

This commit is contained in:
2026-07-22 07:41:27 +08:00
parent a127280ce6
commit eced3d1e6e
77 changed files with 2052 additions and 378 deletions
+8 -1
View File
@@ -1,10 +1,14 @@
<!-- 公共组件根页面底部导航仅维护家谱家族我的三项已确认入口及其透明图标 -->
<template>
<view class="app-tabbar">
<view class="app-tabbar" role="tablist" aria-label="主要导航">
<view
v-for="item in items"
:key="item.key"
class="tab-item"
role="tab"
:aria-selected="active === item.key"
:aria-label="`${item.label}${active === item.key ? '当前页面' : ''}`"
hover-class="tab-item--pressed"
@click="switchTab(item)"
>
<image
@@ -77,6 +81,9 @@ const switchTab = (item) => {
padding: 4rpx 0;
box-sizing: border-box;
}
.tab-item--pressed {
opacity: 0.72;
}
.tab-icon {
width: 64rpx;