功能比较完善的一版

This commit is contained in:
2026-08-21 22:12:47 +08:00
parent ae8d2f7272
commit e3d3bfd767
37 changed files with 563 additions and 224 deletions
+3 -3
View File
@@ -72,11 +72,11 @@ canvas:focus { outline: 1px solid #5ce4c2; outline-offset: -1px; }
.inspector { width: 100%; height: 100%; overflow: hidden; background: #080f1b; }
.workspacePane { display: flex; flex-direction: column; width: 100%; height: 100%; min-height: 0; }
.workspaceHeader { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 8px; padding: 17px 14px 14px; border-bottom: 1px solid #20314b; background: #0b1524; }
.workspaceHeader { display: grid; grid-template-columns: minmax(0, 1fr) 3.4em 4.8em; align-items: center; gap: 8px; padding: 17px 14px 14px; border-bottom: 1px solid #20314b; background: #0b1524; }
.workspaceHeader h2 { font-size: 21px; }
.workspaceHeader p { overflow: hidden; margin: 4px 0 0; color: #8fa2bd; text-overflow: ellipsis; white-space: nowrap; }
.fieldCount { padding: 3px 7px; color: #5ce4c2; border-radius: 99px; background: #18283d; font-size: 11px; }
.refreshButton { padding: 6px 9px; color: #adc0d9; border: 1px solid #304664; border-radius: 7px; background: #101c2d; cursor: pointer; }
.fieldCount { box-sizing: border-box; width: 100%; padding: 3px 7px; color: #5ce4c2; border-radius: 99px; background: #18283d; font-size: 11px; font-variant-numeric: tabular-nums; text-align: center; }
.refreshButton { box-sizing: border-box; width: 100%; padding: 6px 9px; color: #adc0d9; border: 1px solid #304664; border-radius: 7px; background: #101c2d; cursor: pointer; white-space: nowrap; }
.refreshButton:hover:not(:disabled) { color: #06110f; border-color: #5ce4c2; background: #5ce4c2; }
.refreshButton:disabled { opacity: .55; cursor: wait; }
.workspaceBody { flex: 1; min-height: 0; overflow: auto; padding: 18px; }