From 99b82810c2cd3b71b51e2f42fe594a7f0948714c Mon Sep 17 00:00:00 2001 From: zoujing Date: Thu, 23 Apr 2026 10:12:49 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E9=A2=9C=E8=89=B2=E4=B8=BB?= =?UTF-8?q?=E8=89=B2=E8=B0=83=E7=9A=84=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CommandWrapper/styles/index.scss | 2 +- src/components/FormCard/demo.vue | 4 ++-- src/components/FormCard/index.vue | 6 +++--- src/components/FormCard/styles/index.scss | 8 ++++++-- src/components/ServiceTipsWord/styles/index.scss | 2 +- src/components/Speech/RecordingWaveBtn.vue | 2 +- src/components/TagsGroup/styles/index.scss | 2 +- src/pages/goods/components/GoodConfirm/styles/index.scss | 2 +- .../module/QuickBookingCalender/styles/index.scss | 2 +- 9 files changed, 17 insertions(+), 13 deletions(-) diff --git a/src/components/CommandWrapper/styles/index.scss b/src/components/CommandWrapper/styles/index.scss index 8f7ff1c..2675214 100644 --- a/src/components/CommandWrapper/styles/index.scss +++ b/src/components/CommandWrapper/styles/index.scss @@ -1,5 +1,5 @@ .command-wrapper { - background-color: #00a6ff; + background-color: $theme-color-500; border-radius: 20px 4px 20px 20px; padding: 8px 24px; width: max-content; diff --git a/src/components/FormCard/demo.vue b/src/components/FormCard/demo.vue index 379d758..ff7200b 100644 --- a/src/components/FormCard/demo.vue +++ b/src/components/FormCard/demo.vue @@ -188,7 +188,7 @@ const addForm = () => { font-weight: 600; margin-bottom: 20rpx; color: #333; - border-left: 6rpx solid #00a6ff; + border-left: 6rpx solid $theme-color-500; padding-left: 16rpx; } @@ -214,7 +214,7 @@ const addForm = () => { .add-btn { width: 100%; height: 80rpx; - background: #00a6ff; + background: $theme-color-500; color: #fff; border: none; border-radius: 8rpx; diff --git a/src/components/FormCard/index.vue b/src/components/FormCard/index.vue index 2688748..a98b665 100644 --- a/src/components/FormCard/index.vue +++ b/src/components/FormCard/index.vue @@ -1,12 +1,12 @@