2023-11-6-1

This commit is contained in:
X1627315083
2023-11-06 15:19:52 +08:00
parent 19a163c674
commit 845da1b127
21 changed files with 262 additions and 88 deletions

View File

@@ -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,