2023-11-6-1
This commit is contained in:
@@ -383,6 +383,12 @@ ul,li{
|
||||
}
|
||||
}
|
||||
}
|
||||
.ant-select-multiple .ant-select-selection-search{
|
||||
height: 100%;
|
||||
}
|
||||
.ant-select-multiple .ant-select-selection-search-input{
|
||||
height: 100%;
|
||||
}
|
||||
.ant-checkbox-checked .ant-checkbox-inner{
|
||||
background-color: #767676;
|
||||
border-color: #d9d9d9 !important;
|
||||
@@ -390,6 +396,24 @@ ul,li{
|
||||
.ant-checkbox-wrapper:hover .ant-checkbox-inner, .ant-checkbox:hover .ant-checkbox-inner, .ant-checkbox-input:focus + .ant-checkbox-inner{
|
||||
border-color: #d9d9d9 !important;
|
||||
}
|
||||
.libraryPageCascader{
|
||||
border-radius: 1rem;
|
||||
.cascader_btn_max{
|
||||
height: 4rem;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
border-bottom: 1px solid rgb(225 225 225);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.cascader_btn1{
|
||||
margin: 0 1rem;
|
||||
}
|
||||
}
|
||||
.ant-cascader-menu{
|
||||
margin-top: 4rem;
|
||||
}
|
||||
}
|
||||
|
||||
//collection 弹窗
|
||||
.collection_modal,.design_detail_modal_component,.designOpenrtion_modal,.library_page{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user