Compare commits

...

1 Commits

Author SHA1 Message Date
linkeyu bdd0000535 文案:更新提现审核页副标题 2026-07-25 10:01:30 +08:00
+3 -1
View File
@@ -681,7 +681,9 @@ export default function WithdrawsPage() {
<Space style={{ width: '100%', justifyContent: 'space-between', marginBottom: 16 }}> <Space style={{ width: '100%', justifyContent: 'space-between', marginBottom: 16 }}>
<div> <div>
<h2 style={{ marginBottom: 4 }}></h2> <h2 style={{ marginBottom: 4 }}></h2>
<Text type="secondary">退</Text> <Text type="secondary">
退
</Text>
</div> </div>
{canManage && ( {canManage && (
<Button danger icon={<ReloadOutlined />} onClick={reconcile}> <Button danger icon={<ReloadOutlined />} onClick={reconcile}>