Expand EasyCode front workbench features

This commit is contained in:
王鹏
2026-05-23 11:31:38 +08:00
parent 56dbc02526
commit 2c8b74ea8a
70 changed files with 6596 additions and 638 deletions

View File

@@ -323,7 +323,8 @@ function removeField(index) {
.delete-col {
display: flex;
align-items: end;
align-items: flex-start;
padding-top: 30px;
}
.field-head {
@@ -347,5 +348,9 @@ function removeField(index) {
border-right: 0;
border-bottom: 1px solid #e3e8f0;
}
.delete-col {
padding-top: 0;
}
}
</style>