From c51391570f2eaa3fb2c352cdc6795c30dc2afd0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=B2=E9=B8=BD?= <1020103647@qq.com> Date: Sun, 12 May 2024 16:24:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A4=9A=E8=AF=AD=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/default.vue | 12 +++++++++++- src/layouts/demo.vue | 12 +++++++++++- src/style/index.scss | 5 ++++- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/src/layouts/default.vue b/src/layouts/default.vue index 80ed2dc..768d875 100644 --- a/src/layouts/default.vue +++ b/src/layouts/default.vue @@ -1,7 +1,17 @@ + + diff --git a/src/layouts/demo.vue b/src/layouts/demo.vue index 80ed2dc..768d875 100644 --- a/src/layouts/demo.vue +++ b/src/layouts/demo.vue @@ -1,7 +1,17 @@ + + diff --git a/src/style/index.scss b/src/style/index.scss index 466319f..0c33c31 100644 --- a/src/style/index.scss +++ b/src/style/index.scss @@ -8,6 +8,9 @@ :root, page { + // 修改按主题色 + // --wot-color-theme: #37c2bc; + // 修改按钮背景色 - --wot-button-primary-bg-color: green; + // --wot-button-primary-bg-color: green; }