update
This commit is contained in:
@@ -69,6 +69,7 @@
|
|||||||
|
|
||||||
// 下拉框样式-start
|
// 下拉框样式-start
|
||||||
.ant-select.bg-000 {
|
.ant-select.bg-000 {
|
||||||
|
color: #fff !important;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ export function typeToIcon(type: string) {
|
|||||||
if (type == '3') {
|
if (type == '3') {
|
||||||
return createIcon({ icon: mapIcon2, iconSize, imageSize });
|
return createIcon({ icon: mapIcon2, iconSize, imageSize });
|
||||||
}
|
}
|
||||||
if (type == '5') {
|
if (type == '5' || type == '4') {
|
||||||
return createIcon({ icon: mapIcon3, iconSize, imageSize });
|
return createIcon({ icon: mapIcon3, iconSize, imageSize });
|
||||||
}
|
}
|
||||||
if (type == '6') {
|
if (type == '6') {
|
||||||
|
|||||||
@@ -184,7 +184,7 @@
|
|||||||
|
|
||||||
//框背景色
|
//框背景色
|
||||||
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
||||||
color: #1b7ef2 !important;
|
color: #1b7ef2;
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
border: 1px solid #1b7ef2 !important;
|
border: 1px solid #1b7ef2 !important;
|
||||||
}
|
}
|
||||||
@@ -214,4 +214,4 @@
|
|||||||
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
|
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
|
||||||
background-color: #002e64 !important;
|
background-color: #002e64 !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
@@ -192,6 +192,10 @@
|
|||||||
.type-select {
|
.type-select {
|
||||||
width: 140px;
|
width: 140px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
|
||||||
|
:deep(.ant-select-selection-item) {
|
||||||
|
color: #fff !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user