feat: 同步数据/批量同步
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user