feat(web): if-else support sub variable

This commit is contained in:
zhaoying
2026-04-17 19:49:42 +08:00
parent 52f7ea7456
commit bb964c1ed8
8 changed files with 382 additions and 38 deletions

View File

@@ -162,4 +162,7 @@
padding-inline-start: 0px;
border-radius: 4px;
margin-block: 0px;
}
.properties :global(.ant-input-number-affix-wrapper) {
font-size: 12px;
}