This commit is contained in:
freedakgmail
2025-12-10 15:21:27 +08:00
parent e7167f4340
commit 1ae59960e8
148 changed files with 681 additions and 477 deletions
+1 -1
View File
@@ -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" />