Vanessa 2024-11-27 23:03:50 +08:00
parent 671851235a
commit 4e3341985c
9 changed files with 25 additions and 23 deletions

View file

@ -142,11 +142,11 @@
}
&.dragover__top::after {
top: -3px;
top: -2.5px;
}
&.dragover__bottom::after {
bottom: -2px;
bottom: -2.5px;
}
&:hover [data-type="block-more"] {

View file

@ -78,6 +78,7 @@
.b3-button[data-type="addColumn"] {
margin-left: 28px;
svg {
width: 16px;
height: 16px;
@ -105,6 +106,6 @@
}
.av__row.dragover__top::after {
top: -2px
top: -1.5px;
}
}