fix: align report workbench page actions
This commit is contained in:
@@ -359,7 +359,7 @@ export function AdminReportTasksPage() {
|
||||
<h1>通道报备明细</h1>
|
||||
<p>按企业应用 × 签名/引流对象 × 通道 × 运营商展示,未生成任务的“未报备”明细也会显示。</p>
|
||||
</div>
|
||||
<div className="page-heading-actions">
|
||||
<div className="page-heading__actions">
|
||||
<Button
|
||||
disabled={!tasks.length}
|
||||
onClick={() =>
|
||||
@@ -367,7 +367,7 @@ export function AdminReportTasksPage() {
|
||||
}
|
||||
variant="ghost"
|
||||
>
|
||||
{allCurrentPageSelected ? '取消全选' : '全选当前页'}
|
||||
{allCurrentPageSelected ? '取消全选' : '全选当页'}
|
||||
</Button>
|
||||
<Button
|
||||
disabled={!selected.size}
|
||||
|
||||
Reference in New Issue
Block a user