style: 优化 Settings 页面样式
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -256,10 +256,14 @@
|
|||||||
color: #6b7280;
|
color: #6b7280;
|
||||||
}
|
}
|
||||||
|
|
||||||
.add-model-dialog :deep(.el-select) {
|
.add-model-dialog .el-select {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.add-model-dialog .el-select .el-input {
|
||||||
|
pointer-events: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.add-model-dialog :deep(.el-select .el-input__wrapper) {
|
.add-model-dialog :deep(.el-select .el-input__wrapper) {
|
||||||
background-color: #171922;
|
background-color: #171922;
|
||||||
border: 1px solid #4b5563;
|
border: 1px solid #4b5563;
|
||||||
@@ -276,6 +280,7 @@
|
|||||||
.add-model-dialog :deep(.el-select-dropdown) {
|
.add-model-dialog :deep(.el-select-dropdown) {
|
||||||
background-color: #1a1a24;
|
background-color: #1a1a24;
|
||||||
border: 1px solid #2a2a3a;
|
border: 1px solid #2a2a3a;
|
||||||
|
z-index: 10000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.add-model-dialog :deep(.el-select-dropdown__item) {
|
.add-model-dialog :deep(.el-select-dropdown__item) {
|
||||||
|
|||||||
Reference in New Issue
Block a user