refactor: 优化管理端配置页紧凑布局与时间展示
This commit is contained in:
@@ -496,7 +496,7 @@ export function TransferOrdersPanel(): React.ReactElement {
|
||||
<Button
|
||||
size="sm"
|
||||
variant="destructive"
|
||||
className="h-6 px-2 text-xs"
|
||||
className="text-xs"
|
||||
disabled={actionLoading.has(row.transfer_no)}
|
||||
onClick={() => handleReverse(row.transfer_no)}
|
||||
>
|
||||
@@ -507,7 +507,7 @@ export function TransferOrdersPanel(): React.ReactElement {
|
||||
<Button
|
||||
size="sm"
|
||||
variant="outline"
|
||||
className="h-6 px-2 text-xs"
|
||||
className="text-xs"
|
||||
disabled={actionLoading.has(row.transfer_no)}
|
||||
onClick={() => handleManuallyProcess(row.transfer_no)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user