From 87c42145ade7f275084ed28aa6d20d50e858fffc Mon Sep 17 00:00:00 2001 From: DEV_DSW <562304744@qq.com> Date: Fri, 29 May 2026 16:02:49 +0800 Subject: [PATCH] refactor(ai-tab-switch): inline styles and cleanup scss migrate all component styles from external SCSS file to inline Tailwind utility classes, remove the scss import and delete the unused styles file --- .../home/components/AiTabSwitch/index.vue | 38 ++++---- .../components/AiTabSwitch/styles/index.scss | 91 ------------------- 2 files changed, 19 insertions(+), 110 deletions(-) delete mode 100644 src/pages/home/components/AiTabSwitch/styles/index.scss diff --git a/src/pages/home/components/AiTabSwitch/index.vue b/src/pages/home/components/AiTabSwitch/index.vue index 67f42d0..57d0d89 100644 --- a/src/pages/home/components/AiTabSwitch/index.vue +++ b/src/pages/home/components/AiTabSwitch/index.vue @@ -1,31 +1,35 @@