合并画布,部分样式调整

This commit is contained in:
X1627315083
2025-06-26 15:41:08 +08:00
parent fd05c70937
commit fc6d8d4c8d
75 changed files with 1772 additions and 672 deletions

View File

@@ -172,7 +172,7 @@ li {
background-color: #f3f3f3;
border: 1px solid #d9d9d9;
border-radius: 4rem;
padding: 2rem;
padding: 1rem;
box-sizing: content-box;
height: 2.5rem;
transition: all 0.3s;
@@ -975,9 +975,12 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
}
.generalModel .generalModel_btn .generalModel_closeIcon > svg {
flex-shrink: 0;
border-radius: 50%;
border: 1px solid;
z-index: 2;
}
@media (max-width: 768px) {
.generalModel .generalModel_btn .generalModel_closeIcon {

View File

@@ -178,7 +178,7 @@ input:focus{
background-color: #f3f3f3;
border: 1px solid #d9d9d9;
border-radius: 4rem;
padding: 2rem;
padding: 1rem;
box-sizing: content-box;
height: 2.5rem;
transition: all .3s;
@@ -1067,9 +1067,12 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
border: 1px solid;
z-index: 2;
> svg{
flex-shrink: 0;
border-radius: 50%;
border: 1px solid;
}
@media (max-width: 768px) {
transform: translate(-100%, 100%);
}