From 77788a966ff87e141b6c821f2fe490d348904b87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B0=8F=E6=9C=AF?= Date: Thu, 2 Dec 2021 10:00:24 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=E5=AE=98=E7=BD=91=E7=AA=84=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E7=9B=AE=E5=BD=95=E6=A1=86=E5=B1=95=E7=A4=BA=E4=B8=8D?= =?UTF-8?q?=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../docs/.vitepress/devui-theme/components/SideBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/devui-vue/docs/.vitepress/devui-theme/components/SideBar.vue b/packages/devui-vue/docs/.vitepress/devui-theme/components/SideBar.vue index 0860c4f0..1a4cc92b 100644 --- a/packages/devui-vue/docs/.vitepress/devui-theme/components/SideBar.vue +++ b/packages/devui-vue/docs/.vitepress/devui-theme/components/SideBar.vue @@ -26,7 +26,7 @@ defineProps({ position: fixed; top: var(--header-height); bottom: 0; - left: calc((100vw - 1440px) / 2); + // left: calc((100vw - 1440px) / 2); z-index: var(--z-index-sidebar); width: 16.4rem; background-color: $devui-base-bg; -- Gitee From 71b753493eafbdbdf79764a97b96e0d14c714477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B0=8F=E6=9C=AF?= Date: Thu, 2 Dec 2021 10:00:54 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=E5=AE=98=E7=BD=91=E7=AA=84=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E7=9B=AE=E5=BD=95=E6=A1=86=E5=B1=95=E7=A4=BA=E4=B8=8D?= =?UTF-8?q?=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../devui-vue/docs/.vitepress/devui-theme/components/SideBar.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/devui-vue/docs/.vitepress/devui-theme/components/SideBar.vue b/packages/devui-vue/docs/.vitepress/devui-theme/components/SideBar.vue index 1a4cc92b..771fd5b4 100644 --- a/packages/devui-vue/docs/.vitepress/devui-theme/components/SideBar.vue +++ b/packages/devui-vue/docs/.vitepress/devui-theme/components/SideBar.vue @@ -26,7 +26,6 @@ defineProps({ position: fixed; top: var(--header-height); bottom: 0; - // left: calc((100vw - 1440px) / 2); z-index: var(--z-index-sidebar); width: 16.4rem; background-color: $devui-base-bg; -- Gitee