fix(key-list): add horizontal scroll for deeply nested keys

This commit is contained in:
2026-07-12 11:09:42 +08:00
parent 0a5ceeaf4d
commit 9848d97b4c
+4 -3
View File
@@ -773,6 +773,10 @@ onUnmounted(() => {
overflow: auto;
}
.key-tree {
width: max-content;
}
.key-checkbox {
flex-shrink: 0;
width: 14px;
@@ -847,11 +851,8 @@ onUnmounted(() => {
}
.tree-name {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-family: 'Cascadia Code', 'Fira Code', monospace;
flex: 1;
}
.tree-count {