fix
This commit is contained in:
@@ -342,6 +342,23 @@ input:focus{
|
||||
}
|
||||
}
|
||||
|
||||
.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{
|
||||
|
||||
//Library多级菜单
|
||||
@@ -378,14 +395,8 @@ input:focus{
|
||||
.ant-select-selector::after{
|
||||
line-height: 1;
|
||||
}
|
||||
&.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.0);
|
||||
border: 1px solid #d9d9d9;
|
||||
}
|
||||
}
|
||||
.ant-select:not(.ant-select-disabled):hover .ant-select-selector{
|
||||
border: 1px solid #d9d9d9;
|
||||
}
|
||||
|
||||
.ant-select-dropdown{
|
||||
font-size: 1.4rem;
|
||||
.ant-cascader-menu-item{
|
||||
@@ -433,7 +444,6 @@ input:focus{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ant-modal-mask{
|
||||
background: linear-gradient(45deg, #eee4f3, #f3f4e6);
|
||||
// min-width: 1440px;
|
||||
|
||||
Reference in New Issue
Block a user