style: 优化 Settings 页面样式

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-09 15:43:24 +08:00
parent 9ca267244d
commit e633462ace

View File

@@ -256,10 +256,14 @@
color: #6b7280;
}
.add-model-dialog :deep(.el-select) {
.add-model-dialog .el-select {
width: 100%;
}
.add-model-dialog .el-select .el-input {
pointer-events: auto;
}
.add-model-dialog :deep(.el-select .el-input__wrapper) {
background-color: #171922;
border: 1px solid #4b5563;
@@ -276,6 +280,7 @@
.add-model-dialog :deep(.el-select-dropdown) {
background-color: #1a1a24;
border: 1px solid #2a2a3a;
z-index: 10000;
}
.add-model-dialog :deep(.el-select-dropdown__item) {