From dc3522846126b84faffc0929c16aff22030d46b3 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Fri, 9 Aug 2024 01:12:29 +0800 Subject: [PATCH] docs: update docs --- docs/.vuepress/themes/components/ColorPick.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/themes/components/ColorPick.vue b/docs/.vuepress/themes/components/ColorPick.vue index 925a8c44..a1292026 100644 --- a/docs/.vuepress/themes/components/ColorPick.vue +++ b/docs/.vuepress/themes/components/ColorPick.vue @@ -52,7 +52,8 @@ onUnmounted(() => { display: flex; align-items: center; justify-content: center; - padding: 4px; + width: 40px; + height: 40px; background-color: var(--vp-c-bg-soft); border: solid 1px var(--vp-c-divider); border-radius: 32px;