0.7.0.0
This commit is contained in:
@@ -199,7 +199,7 @@ export function ImageUpload({ value, onChange, className }: ImageUploadProps) {
|
||||
|
||||
{/* 裁剪对话框 */}
|
||||
<Dialog open={showCropDialog} onOpenChange={setShowCropDialog}>
|
||||
<DialogContent className="max-w-3xl">
|
||||
<DialogContent className="max-w-3xl" aria-describedby={undefined}>
|
||||
<DialogHeader>
|
||||
<DialogTitle className="flex items-center gap-2">
|
||||
<Crop className="h-5 w-5" />
|
||||
|
||||
Reference in New Issue
Block a user