From 323623057387f05e1ceb2f2af153869c1258a82c Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Mon, 31 Oct 2022 11:46:14 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=8F=B3=E4=BE=A7=E9=9D=A2=E6=9D=BF?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E5=AE=9A=E4=BD=8D=E6=96=B9=E5=BC=8F=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=20fixed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/RightPanel/index.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/layout/components/RightPanel/index.vue b/src/layout/components/RightPanel/index.vue index 497c23d..1be7ce8 100644 --- a/src/layout/components/RightPanel/index.vue +++ b/src/layout/components/RightPanel/index.vue @@ -29,11 +29,10 @@ const show = ref(false) width: 48px; height: 48px; background-color: var(--v3-rightpanel-button-bg-color); - position: absolute; + position: fixed; top: v-bind(buttonTopCss); right: 0px; - font-size: 24px; - border-radius: 6px 0 0 6px !important; + border-radius: 6px 0 0 6px; z-index: 10; cursor: pointer; pointer-events: auto;