diff --git a/src/components/AiTabSwitch/styles/index.scss b/src/components/AiTabSwitch/styles/index.scss index 70248ba..a1e294c 100644 --- a/src/components/AiTabSwitch/styles/index.scss +++ b/src/components/AiTabSwitch/styles/index.scss @@ -7,7 +7,7 @@ width: 100%; height: 50px; display: flex; - gap: 40px; + gap: 20px; overflow: hidden; } diff --git a/src/pages/Discovery/index.vue b/src/pages/Discovery/index.vue index 3724a8c..420494d 100644 --- a/src/pages/Discovery/index.vue +++ b/src/pages/Discovery/index.vue @@ -6,16 +6,9 @@ - - + + @@ -58,7 +51,7 @@ const discoveryQuickQuestions = ref([]); const emit = defineEmits(["content-scroll"]); const isPanoramaGuideTab = computed(() => { - return discoveryTabs.value[activeIndex.value]?.label === "全景攻略"; + return discoveryTabs.value[activeIndex.value]?.label === "测试-2.0"; }); const handleContentScroll = (e) => {