enhance(ui): align the number list with the bullet list prefix marker

pull/9401/head
charlie 2023-05-15 15:07:13 +08:00 committed by Tienson Qin
parent 8ba4667f04
commit e9620959e0
1 changed files with 3 additions and 3 deletions

View File

@ -202,11 +202,11 @@
.block-control-wrap { .block-control-wrap {
height: 24px; height: 24px;
min-width: 50px; min-width: 44px;
margin-top: 0; margin-top: 0;
&.is-order-list { &.is-order-list {
@apply relative right-[6px] mr-0; @apply relative right-[3px] mr-0;
} }
} }
@ -532,7 +532,7 @@
} }
&.as-order-list { &.as-order-list {
@apply w-[28px] whitespace-nowrap justify-center pl-[3px]; @apply w-[22px] whitespace-nowrap justify-center pl-[3px];
} }
.bullet { .bullet {