@ -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 {