This commit is contained in:
zk
2023-12-22 17:42:54 +08:00
parent 22a4132300
commit 541fbb4b0a
4 changed files with 8 additions and 3 deletions
+1
View File
@@ -69,6 +69,7 @@
// 下拉框样式-start
.ant-select.bg-000 {
color: #fff !important;
background-color: #000;
}
+1 -1
View File
@@ -32,7 +32,7 @@ export function typeToIcon(type: string) {
if (type == '3') {
return createIcon({ icon: mapIcon2, iconSize, imageSize });
}
if (type == '5') {
if (type == '5' || type == '4') {
return createIcon({ icon: mapIcon3, iconSize, imageSize });
}
if (type == '6') {
+2 -2
View File
@@ -184,7 +184,7 @@
//框背景色
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
color: #1b7ef2 !important;
color: #1b7ef2;
background-color: transparent !important;
border: 1px solid #1b7ef2 !important;
}
@@ -214,4 +214,4 @@
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
background-color: #002e64 !important;
}
</style>
</style>
+4
View File
@@ -192,6 +192,10 @@
.type-select {
width: 140px;
margin-right: 10px;
:deep(.ant-select-selection-item) {
color: #fff !important;
}
}
}