From b98687bebc7a708d8a89991606ac8979438c6948 Mon Sep 17 00:00:00 2001 From: DEV_DSW <562304744@qq.com> Date: Thu, 28 May 2026 09:02:12 +0800 Subject: [PATCH] refactor(goods): replace scss styles with inline tailwind utilities delete the redundant goods page stylesheet and update all template styling to use Tailwind CSS utilities instead of scoped scss, adjust price display and button styling to match the original design while preserving all page functionality --- src/pages/goods/index.vue | 22 +++--- src/pages/goods/styles/index.scss | 107 ------------------------------ 2 files changed, 14 insertions(+), 115 deletions(-) delete mode 100644 src/pages/goods/styles/index.scss diff --git a/src/pages/goods/index.vue b/src/pages/goods/index.vue index f2effba..29f1f73 100644 --- a/src/pages/goods/index.vue +++ b/src/pages/goods/index.vue @@ -1,14 +1,14 @@