This commit is contained in:
X1627315083
2024-03-15 17:23:25 +08:00
parent 3cdbd9e179
commit 5f9fe870c7
9 changed files with 289 additions and 177 deletions

View File

@@ -291,6 +291,24 @@ li {
top: 0.1rem;
width: 0.3rem;
}
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
border: 1px solid #d9d9d9;
}
.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
box-shadow: 0 0 0 2px rgba(83, 83, 83, 0.3);
border: 1px solid #d9d9d9;
}
.ant-picker:hover,
.ant-picker-focused {
border: 1px solid #d9d9d9;
}
.ant-picker-focused {
box-shadow: 0 0 0 2px rgba(83, 83, 83, 0.3);
border: 1px solid #d9d9d9;
}
.ant-picker-range .ant-picker-active-bar {
background: #353535;
}
.trial_page .ant-select-allow-clear {
height: 100%;
}
@@ -323,13 +341,6 @@ li {
.trial_page .ant-select-allow-clear .ant-select-selector::after {
line-height: 1;
}
.trial_page .ant-select-allow-clear.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0);
border: 1px solid #d9d9d9;
}
.trial_page .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
border: 1px solid #d9d9d9;
}
.trial_page .ant-select-dropdown {
font-size: 1.4rem;
}