feat(web): merge SettingsModal and ModelSettingsModal with tab navigation

Signed-off-by: baizhi958216 <1475289190@qq.com>
This commit is contained in:
baizhi958216
2026-06-11 11:33:44 +08:00
parent 94973bc6c6
commit 0f8e641c4c
5 changed files with 582 additions and 597 deletions
+24
View File
@@ -88,6 +88,30 @@
.vn-scrollbar::-webkit-scrollbar-corner {
background: transparent;
}
/* 极细滚动条 · 无轨道背景 */
.thin-scrollbar {
scrollbar-width: thin;
scrollbar-color: rgba(195, 155, 75, 0.5) transparent;
}
.thin-scrollbar::-webkit-scrollbar {
width: 4px;
height: 4px;
}
.thin-scrollbar::-webkit-scrollbar-track {
background: transparent;
}
.thin-scrollbar::-webkit-scrollbar-thumb {
background: rgba(195, 155, 75, 0.45);
border-radius: 999px;
}
.thin-scrollbar::-webkit-scrollbar-thumb:hover {
background: rgba(220, 180, 95, 0.7);
}
}
@keyframes infiplot-ripple {