fix: bullet align

pull/10438/head
Tienson Qin 2023-09-26 18:55:11 +08:00
parent 93d544e96a
commit c8bcf7a899
2 changed files with 4 additions and 7 deletions

View File

@ -56,6 +56,7 @@
{:items options
:input-default-placeholder (if multiple-choices? "Choose classes" "Choose class")
:dropdown? true
:close-modal? false
:multiple-choices? multiple-choices?
:selected-choices schema-classes
:extract-fn :label

View File

@ -22,19 +22,15 @@
border-left-color: var(--ls-guideline-color, #ddd);
}
.ls-page-properties > .ls-properties-area {
.ls-page-properties > .ls-properties-area > .property-block {
margin-left: -22px;
.ls-new-property {
margin-left: 22px;
}
}
.ls-block .ls-properties-area {
margin-left: 0;
}
.ls-block .property-pair, .property-block .property-value {
.ls-block .property-pair, .property-block .property-value, .property-template .property-pair {
padding-left: 22px;
}
@ -43,7 +39,7 @@
}
.ls-properties-area {
@apply grid gap-1;
@apply grid gap-2 pt-2;
.property-pair {
@apply grid grid-cols-5 gap-1;