fix: 优化System Manage下部分样式

This commit is contained in:
Xu Zhimeng 2023-06-19 19:53:46 +08:00
parent 39f407e204
commit eaf82dbbb8

View File

@ -422,6 +422,7 @@ input[type="number"]::-webkit-outer-spin-button {
}
// 下拉框样式
@select-dropdown-bg: #03353f;
.ant-select {
color: #fff !important;
&-selection {
@ -446,25 +447,27 @@ input[type="number"]::-webkit-outer-spin-button {
}
&-dropdown {
background-color: transparent;
padding-top: 7px;
@borderColor: #0da397;
&-content {
border: 1px solid @borderColor;
overflow: visible !important;
&::before {
position: absolute;
top: -6px;
left: 20px;
content: '';
width: 12px;
height: 12px;
border: 1px solid #0da397;
background: #03353f;
transform: rotate(45deg) skew(14deg, 14deg);
&:not(.ant-select-tree-dropdown) {
&-content {
border: 1px solid @borderColor;
overflow: visible !important;
&::before {
position: absolute;
top: -6px;
left: 20px;
content: '';
width: 12px;
height: 12px;
border: 1px solid #0da397;
background: #03353f;
transform: rotate(45deg) skew(14deg, 14deg);
}
}
}
&-menu {
background: #03353f;
padding: 0;
@ -572,6 +575,20 @@ input[type="number"]::-webkit-outer-spin-button {
color: #fff !important;
.ant-select-tree-node-content-wrapper {
color: #fff !important;
background-color: transparent !important;
&:hover {
background-color: #055565 !important;
}
&-selected {
color: #0cebc9;
font-weight: normal;
}
&-disabled {
color: #476d74 !important;
&:hover {
background-color: transparent !important;
}
}
}
}
@ -815,9 +832,13 @@ input[type="number"]::-webkit-outer-spin-button {
}
&-body {
> div {
background-color: transparent !important;
background-color: @modalBg !important;
border: none !important;
}
.drawer-bootom-button {
border-top: 1px solid #0b8c82 !important;
}
}
}