fix
This commit is contained in:
@@ -130,6 +130,7 @@ ul,li{
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
margin-right: .4rem;
|
||||
background-color: #e1d9ec;
|
||||
.ant-select-selection-item-content{
|
||||
height: 100%;
|
||||
line-height: 1.7;
|
||||
@@ -148,14 +149,48 @@ ul,li{
|
||||
line-height: 1;
|
||||
}
|
||||
&.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector{
|
||||
border-color: rgba(0, 0, 0, 0);
|
||||
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-color: rgba(0, 0, 0, 0);
|
||||
border: 1px solid #d9d9d9;
|
||||
}
|
||||
.ant-select-dropdown{
|
||||
font-size: 1.4rem;
|
||||
.ant-cascader-menu-item{
|
||||
padding: .5rem 1.2rem;
|
||||
line-height: 2.2rem;
|
||||
.ant-cascader-checkbox{
|
||||
font-size: 1.4rem;
|
||||
:hover .ant-cascader-checkbox-inner{
|
||||
border: 1px solid #d9d9d9;
|
||||
}
|
||||
.ant-cascader-checkbox-inner{
|
||||
width: 1.6rem;
|
||||
height: 1.6rem;
|
||||
}
|
||||
.ant-cascader-checkbox-inner::after{
|
||||
width: .8rem;
|
||||
height: .8rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner{
|
||||
background-color: #767676;
|
||||
border-color: #d9d9d9 !important;
|
||||
}
|
||||
.ant-cascader-checkbox-checked::after{
|
||||
border-color: #d9d9d9 ;
|
||||
}
|
||||
.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-inner, .ant-cascader-checkbox:hover .ant-cascader-checkbox-inner, .ant-cascader-checkbox-input:focus + .ant-cascader-checkbox-inner{
|
||||
border-color: #d9d9d9 ;
|
||||
}
|
||||
.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner::after{
|
||||
background-color: #767676;
|
||||
}
|
||||
|
||||
//弹窗公共样式
|
||||
|
||||
.modal_component{
|
||||
@@ -331,6 +366,12 @@ ul,li{
|
||||
font-size: 1.4rem;
|
||||
height: 100%;
|
||||
line-height: 2.3rem;
|
||||
.ant-checkbox-input::after{
|
||||
height: auto;
|
||||
}
|
||||
&.ant-checkbox-checked::after{
|
||||
border: 1px solid rgba(0,0,0,0);
|
||||
}
|
||||
}
|
||||
.ant-checkbox-inner{
|
||||
width: 1.6rem;
|
||||
@@ -342,6 +383,13 @@ ul,li{
|
||||
}
|
||||
}
|
||||
}
|
||||
.ant-checkbox-checked .ant-checkbox-inner{
|
||||
background-color: #767676;
|
||||
border-color: #d9d9d9 !important;
|
||||
}
|
||||
.ant-checkbox-wrapper:hover .ant-checkbox-inner, .ant-checkbox:hover .ant-checkbox-inner, .ant-checkbox-input:focus + .ant-checkbox-inner{
|
||||
border-color: #d9d9d9 !important;
|
||||
}
|
||||
//collection 弹窗
|
||||
.collection_modal,.design_detail_modal_component,.designOpenrtion_modal,.library_page{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user