From 2417c79bd3a336ca91671cfc21fb93f93340a8bf Mon Sep 17 00:00:00 2001 From: DEV_DSW <562304744@qq.com> Date: Fri, 29 May 2026 17:07:25 +0800 Subject: [PATCH] refactor(FormCard): replace scss styles with tailwind css utilities delete the unused SCSS stylesheet and migrate all component styling to Tailwind utilities --- src/components/FormCard/index.vue | 42 +++--- src/components/FormCard/styles/index.scss | 152 ---------------------- 2 files changed, 21 insertions(+), 173 deletions(-) delete mode 100644 src/components/FormCard/styles/index.scss diff --git a/src/components/FormCard/index.vue b/src/components/FormCard/index.vue index 5c96c46..a88e0f4 100644 --- a/src/components/FormCard/index.vue +++ b/src/components/FormCard/index.vue @@ -1,27 +1,31 @@