Browse Source

恢复tab栏布局

songjie/feature-20250924120152-大财神功能开发分支
no99 2 months ago
parent
commit
0c8a03bb23
  1. 12
      src/views/homePage.vue

12
src/views/homePage.vue

@ -1855,8 +1855,16 @@ onUnmounted(() => {
height: 100%;
position: relative;
align-items: center;
gap: 15vw;
/* 新增右对齐 */
width: 100%;
/* 使用三段式布局 */
justify-content: space-between;
}
.tab-items-container {
display: flex;
justify-content: center;
flex: 1;
gap: 200px;
}
.pcTabContainer {

Loading…
Cancel
Save