diff --git a/src/views/homePage.vue b/src/views/homePage.vue index a260236..acc924e 100644 --- a/src/views/homePage.vue +++ b/src/views/homePage.vue @@ -1948,13 +1948,12 @@ onUnmounted(() => { @media (max-width: 768px) { .tab-container { - padding: 0 10px; justify-content: center; } .tab-items-container { justify-content: center; - gap: 15px; /* 移动端使用更小的间距 */ + gap: 0px; /* 移动端使用更小的间距 */ } .tab-item {