修复编辑配置,保存和回显的问题

This commit is contained in:
2026-07-15 14:35:03 +08:00
parent 96cca34de0
commit d34dd82bd5
5 changed files with 125 additions and 41 deletions

View File

@@ -397,6 +397,18 @@ font-weight: 500;
margin-left: 4px;
}
.field-key-name {
color: #999;
font-size: 12px;
font-family: Consolas, Monaco, monospace;
font-weight: normal;
}
.entity-selected-top {
border-left: 3px solid #4472C4;
padding-left: 7px;
}
.checkbox-item input[type="checkbox"] {
width: 16px;
height: 16px;