refactor: advance collapse

This commit is contained in:
jialin
2025-10-13 14:40:26 +08:00
parent a5c1b8e15f
commit 46ecc2467b
18 changed files with 423 additions and 177 deletions
-5
View File
@@ -26,8 +26,3 @@
justify-content: flex-end;
}
}
.card-wrapper {
padding: 16px 24px;
padding-top: 0;
}
+2 -3
View File
@@ -1,7 +1,6 @@
@padding: 24px;
.search-result-wrap {
padding: 16px @padding;
border-radius: 0 0 var(--border-radius-base) var(--border-radius-base);
.ant-spin-container.ant-spin-blur {
@@ -21,8 +20,6 @@
}
.search-bar {
left: 0;
right: 0;
padding-inline: @padding;
background: var(--ant-color-bg-elevated);
padding-bottom: 10px;
@@ -32,6 +29,8 @@
justify-content: space-between;
align-items: center;
margin-top: 10px;
row-gap: 10px;
flex-wrap: wrap;
color: var(--ant-color-text-tertiary);
:global {