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

This commit is contained in:
charlie
2023-05-15 14:35:40 +08:00
committed by Tienson Qin
parent fe24b61beb
commit 8ba4667f04

View File

@@ -206,7 +206,7 @@
margin-top: 0;
&.is-order-list {
@apply relative right-0 mr-0;
@apply relative right-[6px] mr-0;
}
}
@@ -532,7 +532,7 @@
}
&.as-order-list {
@apply w-[28px] whitespace-nowrap justify-start pl-[3px];
@apply w-[28px] whitespace-nowrap justify-center pl-[3px];
}
.bullet {