fix: bullet position

This commit is contained in:
Tienson Qin
2024-09-11 09:59:53 +08:00
parent b82a981080
commit a3692f076c

View File

@@ -183,8 +183,8 @@
border-left: 0;
}
.block-control-wrap {
height: initial;
.block-control-wrap, .ls-page-title .property-value .block-control-wrap {
@apply h-[24px];
&.is-order-list {
@apply mr-0 pr-0;
@@ -199,6 +199,10 @@
}
}
.ls-page-title .block-control-wrap {
height: initial;
}
.block-title-wrap {
@apply inline;