feat(accounts): 添加CPA上传功能及批量操作支持

This commit is contained in:
cnlimiter
2026-03-15 00:43:19 +08:00
parent 59b8ced3ba
commit 41dd27eca0
7 changed files with 360 additions and 17 deletions

View File

@@ -280,6 +280,15 @@ body {
padding: var(--spacing-lg);
}
/* 工具栏卡片允许下拉菜单溢出 */
.card.toolbar-card {
overflow: visible;
}
.card-body.toolbar {
overflow: visible;
}
/* ============================================
表单元素
============================================ */
@@ -710,6 +719,7 @@ body {
align-items: center;
flex-wrap: wrap;
gap: var(--spacing-md);
overflow: visible;
}
.toolbar-left,