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,25 +447,27 @@ input[type="number"]::-webkit-outer-spin-button {
} }
&-dropdown { &-dropdown {
background-color: transparent;
padding-top: 7px; padding-top: 7px;
@borderColor: #0da397; @borderColor: #0da397;
&-content { &:not(.ant-select-tree-dropdown) {
border: 1px solid @borderColor; &-content {
overflow: visible !important; border: 1px solid @borderColor;
&::before { overflow: visible !important;
position: absolute; &::before {
top: -6px; position: absolute;
left: 20px; top: -6px;
content: ''; left: 20px;
width: 12px; content: '';
height: 12px; width: 12px;
border: 1px solid #0da397; height: 12px;
background: #03353f; border: 1px solid #0da397;
transform: rotate(45deg) skew(14deg, 14deg); background: #03353f;
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;
}
} }
} }