// 布局容器 .tab-bar-layout { display: flex; flex-direction: column; height: 100vh; } // 内容区域 .tab-bar-content { flex: 1; overflow-y: auto; } // 底部导航栏 .tab-bar-footer { position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000; }