feat: 批量操作账号

This commit is contained in:
rd
2025-06-26 18:31:52 +08:00
parent 19f4d08a2e
commit 7769c3b8bd
8 changed files with 252 additions and 48 deletions

View File

@ -58,6 +58,22 @@
font-weight: 400;
line-height: 20px; /* 166.667% */
}
.operation-btn {
padding: 0;
cursor: pointer;
color: var(--Brand-Brand-6, #6d4cfe);
font-family: 'Alibaba PuHuiTi';
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 157.143% */
&:not(:last-child) {
margin-right: 16px;
}
&.red {
color: #F64B31;
}
}
}
.card-wrap {
display: flex;