perf: 右侧面板按钮定位方式改为 fixed
This commit is contained in:
parent
81d5ea1e61
commit
3236230573
@ -29,11 +29,10 @@ const show = ref(false)
|
|||||||
width: 48px;
|
width: 48px;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
background-color: var(--v3-rightpanel-button-bg-color);
|
background-color: var(--v3-rightpanel-button-bg-color);
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: v-bind(buttonTopCss);
|
top: v-bind(buttonTopCss);
|
||||||
right: 0px;
|
right: 0px;
|
||||||
font-size: 24px;
|
border-radius: 6px 0 0 6px;
|
||||||
border-radius: 6px 0 0 6px !important;
|
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user