From 06119f00db3ce4fc7361e416e16545484cf79d96 Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Sat, 25 Jul 2026 10:18:12 +0800 Subject: [PATCH] refactor: replace legacy height utility classes with inline pixel units Remove the unused height.scss partial and its import from the main SCSS entry file. Update all component templates to use explicit h-[numberpx] classes instead of the legacy h-* height utilities, eliminating the separate dependency file. --- src/components/CreateServiceOrder/index.vue | 4 +- src/components/Feedback/index.vue | 2 +- src/components/SurveyQuestionnaire/index.vue | 4 +- src/pages/ChatMain/ChatTopNavBar/index.vue | 4 +- .../ChatModule/OpenMapComponent/index.vue | 4 +- .../ChatModule/SharedVisual/ActionRow.vue | 2 +- src/static/scss/height.scss | 111 ------------------ src/static/scss/index.scss | 1 - 8 files changed, 10 insertions(+), 122 deletions(-) delete mode 100644 src/static/scss/height.scss diff --git a/src/components/CreateServiceOrder/index.vue b/src/components/CreateServiceOrder/index.vue index bab6cc5..5e4d9fc 100644 --- a/src/components/CreateServiceOrder/index.vue +++ b/src/components/CreateServiceOrder/index.vue @@ -21,14 +21,14 @@ 需求信息描述 -