Merge branch 'feat/db' into refactor/db-properties-schema

This commit is contained in:
Tienson Qin
2024-04-22 23:57:57 +08:00
20 changed files with 127 additions and 654 deletions

View File

@@ -223,6 +223,14 @@
&.as-heading {
@apply flex w-full;
}
&:has(.dsl-query) {
@apply flex flex-row w-full;
}
.dsl-query {
@apply w-full;
}
}
.block-control, .block-control:hover {