This commit is contained in:
Vanessa 2023-03-18 10:27:56 +08:00
parent f3efac1f07
commit 681318cbb9
2 changed files with 2 additions and 3 deletions

View file

@ -1,7 +1,7 @@
.protyle-attr {
display: flex;
position: absolute;
right: 12px;
right: 0;
top: -12px;
opacity: 0;
font-size: 12px;

View file

@ -9,7 +9,6 @@
right: 0;
top: 30px;
width: 16px;
padding: 0 8px;
bottom: 9px; // 下图标 hover 需要留出一定的空间
svg {
@ -48,7 +47,7 @@
&__bar {
position: absolute;
right: calc(11px - var(--b3-dynamicscroll-width) / 2);
right: calc(4px - var(--b3-dynamicscroll-width) / 2);
top: calc(50% - 8px);
transform: rotate(90deg);
z-index: 1;