diff --git a/src/layouts/components/RightPanel/index.vue b/src/layouts/components/RightPanel/index.vue index e7938329..90accec9 100644 --- a/src/layouts/components/RightPanel/index.vue +++ b/src/layouts/components/RightPanel/index.vue @@ -1,16 +1,6 @@ @@ -31,7 +21,7 @@ const show = ref(false) height: 48px; background-color: var(--v3-rightpanel-button-bg-color); position: fixed; - top: v-bind(buttonTopCss); + top: 45%; right: 0; border-radius: 6px 0 0 6px; z-index: 2000;