refactor(editor): 优化布局管理和行为树文件处理

This commit is contained in:
YHH
2025-11-04 23:53:26 +08:00
parent f9afa22406
commit e03b106652
15 changed files with 958 additions and 243 deletions

View File

@@ -34,14 +34,14 @@
.inspector-content {
flex: 1;
overflow-y: auto;
overflow-x: hidden;
overflow: auto;
padding: var(--spacing-md);
min-height: 0;
}
.inspector-content::-webkit-scrollbar {
width: 14px;
height: 14px;
}
.inspector-content::-webkit-scrollbar-track {
@@ -60,6 +60,10 @@
background-clip: padding-box;
}
.inspector-content::-webkit-scrollbar-corner {
background: transparent;
}
.inspector-section {
margin-bottom: 20px;
padding: 12px;