|
@ -1948,13 +1948,12 @@ onUnmounted(() => { |
|
|
|
|
|
|
|
|
@media (max-width: 768px) { |
|
|
@media (max-width: 768px) { |
|
|
.tab-container { |
|
|
.tab-container { |
|
|
padding: 0 10px; |
|
|
|
|
|
justify-content: center; |
|
|
justify-content: center; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.tab-items-container { |
|
|
.tab-items-container { |
|
|
justify-content: center; |
|
|
justify-content: center; |
|
|
gap: 15px; /* 移动端使用更小的间距 */ |
|
|
|
|
|
|
|
|
gap: 0px; /* 移动端使用更小的间距 */ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.tab-item { |
|
|
.tab-item { |
|
|