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 { .ant-select {
color: #fff !important; color: #fff !important;
&-selection { &-selection {
@ -446,10 +447,10 @@ input[type="number"]::-webkit-outer-spin-button {
} }
&-dropdown { &-dropdown {
background-color: transparent;
padding-top: 7px; padding-top: 7px;
@borderColor: #0da397; @borderColor: #0da397;
&:not(.ant-select-tree-dropdown) {
&-content { &-content {
border: 1px solid @borderColor; border: 1px solid @borderColor;
overflow: visible !important; overflow: visible !important;
@ -465,6 +466,8 @@ input[type="number"]::-webkit-outer-spin-button {
transform: rotate(45deg) skew(14deg, 14deg); transform: rotate(45deg) skew(14deg, 14deg);
} }
} }
}
&-menu { &-menu {
background: #03353f; background: #03353f;
padding: 0; padding: 0;
@ -572,6 +575,20 @@ input[type="number"]::-webkit-outer-spin-button {
color: #fff !important; color: #fff !important;
.ant-select-tree-node-content-wrapper { .ant-select-tree-node-content-wrapper {
color: #fff !important; 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 { &-body {
> div { > div {
background-color: transparent !important; background-color: @modalBg !important;
border: none !important; border: none !important;
} }
.drawer-bootom-button {
border-top: 1px solid #0b8c82 !important;
}
} }
} }