fix: 使用 NScrollbar 统一内容区滚动条

This commit is contained in:
GouJ
2026-09-01 16:44:30 +08:00
parent db8c176b55
commit 3fe1b3f5c3
17 changed files with 967 additions and 737 deletions
+8 -15
View File
@@ -70,7 +70,7 @@
}
.identity-subject-list {
max-height: 560px;
overflow-y: auto;
overflow: hidden;
}
.identity-subject-item {
display: block;
@@ -248,7 +248,7 @@
border-color: var(--color-accent);
}
.table-scroll {
overflow-x: auto;
overflow: hidden;
}
.project-table {
width: 100%;
@@ -336,7 +336,7 @@
}
.production-shot-list {
max-height: 760px;
overflow-y: auto;
overflow: hidden;
border-right: 1px solid var(--color-line);
background: var(--app-surface);
padding-block: 8px;
@@ -413,7 +413,7 @@
.production-shot-list {
display: flex;
max-height: none;
overflow-x: auto;
overflow: hidden;
border-right: none;
border-bottom: 1px solid var(--color-line);
}
@@ -565,10 +565,7 @@
height: min(48vh, 480px);
}
.image-history {
display: flex;
gap: 12px;
overflow-x: auto;
padding: 4px;
overflow: hidden;
}
.image-history-item {
width: 110px;
@@ -615,7 +612,7 @@
}
.shot-list {
max-height: 1000px;
overflow-y: auto;
overflow: hidden;
border-right: 1px solid var(--color-line);
background: var(--app-surface);
padding: 0 8px 20px;
@@ -661,8 +658,6 @@
background: var(--app-subtle);
}
.storyboard-json {
overflow: auto;
max-height: 440px;
padding: 16px;
border-radius: 4px;
background: var(--app-subtle);
@@ -680,7 +675,7 @@
padding: 0 7px 20px;
background: var(--app-surface);
max-height: 850px;
overflow-y: auto;
overflow: hidden;
}
.episode-link {
display: flex;
@@ -757,8 +752,6 @@
overflow-wrap: anywhere;
}
.json-view {
max-height: 420px;
overflow: auto;
white-space: pre-wrap;
overflow-wrap: anywhere;
padding: 16px;
@@ -930,7 +923,7 @@
}
.episode-list {
display: flex;
overflow-x: auto;
overflow: hidden;
border-right: 0;
border-bottom: 1px solid var(--color-line);
padding: 8px;