feat: 同步数据/批量同步

This commit is contained in:
rd
2025-07-14 16:29:04 +08:00
parent cdb8f677bc
commit ca31db446d
9 changed files with 222 additions and 21 deletions

View File

@ -60,7 +60,7 @@
padding: 0;
cursor: pointer;
color: var(--Brand-Brand-6, #6d4cfe);
font-family: $font-family-medium;
font-family: $font-family-regular;
font-size: 14px;
font-style: normal;
font-weight: 400;
@ -71,6 +71,10 @@
&.red {
color: #F64B31;
}
&.disabled {
color: #C5B7FF;
cursor: not-allowed;
}
}
}
.card-wrap {