2023-11-6-1
This commit is contained in:
@@ -334,6 +334,12 @@ li {
|
||||
width: 0.57142857rem;
|
||||
height: 0.91428571rem;
|
||||
}
|
||||
.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;
|
||||
@@ -343,6 +349,23 @@ li {
|
||||
.ant-checkbox-input:focus + .ant-checkbox-inner {
|
||||
border-color: #d9d9d9 !important;
|
||||
}
|
||||
.libraryPageCascader {
|
||||
border-radius: 1rem;
|
||||
}
|
||||
.libraryPageCascader .cascader_btn_max {
|
||||
height: 4rem;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
border-bottom: 1px solid #e1e1e1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.libraryPageCascader .cascader_btn_max .cascader_btn1 {
|
||||
margin: 0 1rem;
|
||||
}
|
||||
.libraryPageCascader .ant-cascader-menu {
|
||||
margin-top: 4rem;
|
||||
}
|
||||
.collection_modal .ant-modal-body,
|
||||
.design_detail_modal_component .ant-modal-body,
|
||||
.designOpenrtion_modal .ant-modal-body,
|
||||
|
||||
Reference in New Issue
Block a user