From 294dfc30878a795907b386ddf0925e94db5fa2a0 Mon Sep 17 00:00:00 2001 From: Stone <47559019+st1020@users.noreply.github.com> Date: Sun, 10 Dec 2023 19:18:28 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=94=B9=E5=95=86=E5=BA=97?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=20(#103)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/theme/custom.css | 19 ---- docs/store/components/Card.vue | 75 +++++++-------- docs/store/components/Pagination.vue | 36 +++++--- docs/store/components/StoreList.vue | 133 ++++++++++++++------------- docs/store/index.md | 1 - 5 files changed, 128 insertions(+), 136 deletions(-) diff --git a/docs/.vitepress/theme/custom.css b/docs/.vitepress/theme/custom.css index 382ee11..ef204c9 100644 --- a/docs/.vitepress/theme/custom.css +++ b/docs/.vitepress/theme/custom.css @@ -18,22 +18,3 @@ --vp-c-brand-3: var(--vp-c-blue-3); --vp-c-brand-soft: var(--vp-c-blue-soft); } - -:root { - --button-background: #9ca3af0d; - --button-background-hover: #9ca3af1a; - --button-background-active: #0099ff0d; - --button-color-active: #0099ff; - --divider: rgba(60, 60, 67, 0.12); - --card-border: rgba(82, 82, 89, 0.32); - --card-hover: #09f; - --card-icon: #000; - --card-des: #3c3c43; - --card-tag: #9ca3af2b; - --card-button: #f6f6f7; -} -html.dark { - --card-icon: #fff; - --card-button: #9ca3af0d; - --card-des: #9ca3af; -} diff --git a/docs/store/components/Card.vue b/docs/store/components/Card.vue index c979432..f92e123 100644 --- a/docs/store/components/Card.vue +++ b/docs/store/components/Card.vue @@ -1,5 +1,6 @@ + + diff --git a/docs/store/components/Pagination.vue b/docs/store/components/Pagination.vue index d02028a..7797b1c 100644 --- a/docs/store/components/Pagination.vue +++ b/docs/store/components/Pagination.vue @@ -1,25 +1,30 @@