From 39b91a8d05d09bf1de9648cce3842922d1b74122 Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Fri, 24 Jul 2026 16:54:46 +0800 Subject: [PATCH] refactor: remove gap.scss and inline gap classes delete the standalone gap.scss utility file, remove its import from src/static/scss/index.scss, and update all component templates to replace predefined gap-* classes with inline gap-[px] notation --- src/pages/ChatMain/ChatLongAnswer/index.vue | 2 +- src/pages/ChatModule/PoiCompareCard/index.vue | 4 +-- src/pages/ChatModule/PoiDetailCard/index.vue | 6 ++-- .../RecommendationListCard/index.vue | 2 +- .../ChatModule/SharedVisual/ActionRow.vue | 2 +- src/static/scss/gap.scss | 35 ------------------- src/static/scss/index.scss | 1 - 7 files changed, 8 insertions(+), 44 deletions(-) delete mode 100644 src/static/scss/gap.scss diff --git a/src/pages/ChatMain/ChatLongAnswer/index.vue b/src/pages/ChatMain/ChatLongAnswer/index.vue index e5fba9e..5634207 100644 --- a/src/pages/ChatMain/ChatLongAnswer/index.vue +++ b/src/pages/ChatMain/ChatLongAnswer/index.vue @@ -9,7 +9,7 @@ - +