From d3d15b1a1916ee0253dc5aba2852cf794b28f9aa Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Fri, 24 Jul 2026 15:36:06 +0800 Subject: [PATCH] chore: remove unused SCSS and fix component styles - remove unused z-index and word-break SCSS utility files and their imports from src/static/scss/index.scss - standardize padding unit notation to [px] format in ChatQuickAccess component - reformat long class attributes and clean up whitespace in GeneratorPhotoComponent - fix trailing whitespace and formatting for the navigateTo call in GeneratorPhotoComponent --- src/pages/ChatMain/ChatQuickAccess/index.vue | 2 +- .../ChatModule/GeneratorPhotoComponent/index.vue | 11 ++++++----- src/static/scss/index.scss | 2 -- src/static/scss/word-break.scss | 3 --- src/static/scss/z-index.scss | 15 --------------- 5 files changed, 7 insertions(+), 26 deletions(-) delete mode 100644 src/static/scss/word-break.scss delete mode 100644 src/static/scss/z-index.scss diff --git a/src/pages/ChatMain/ChatQuickAccess/index.vue b/src/pages/ChatMain/ChatQuickAccess/index.vue index 7eafe4b..b8197a5 100644 --- a/src/pages/ChatMain/ChatQuickAccess/index.vue +++ b/src/pages/ChatMain/ChatQuickAccess/index.vue @@ -1,6 +1,6 @@