2023-11-7-1

This commit is contained in:
X1627315083
2023-11-07 09:30:25 +08:00
parent 608468c340
commit 632959c581
6 changed files with 160 additions and 7 deletions

View File

@@ -180,6 +180,16 @@ li {
.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner::after {
background-color: #767676;
}
.ant-modal-mask {
background: linear-gradient(45deg, #eee4f3, #f3f4e6);
min-width: 1440px;
border-radius: 1rem;
overflow: hidden;
height: calc(100% - 7rem);
bottom: 0;
top: auto;
margin: 0 9rem;
}
.modal_component.ant-modal {
top: 0;
}