This commit is contained in:
parent
f3efac1f07
commit
681318cbb9
2 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
.protyle-attr {
|
||||
display: flex;
|
||||
position: absolute;
|
||||
right: 12px;
|
||||
right: 0;
|
||||
top: -12px;
|
||||
opacity: 0;
|
||||
font-size: 12px;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue