+ {files && files.map((file) => (
+
+
+ {file.thumbUrl ? (
+

+ ) : (
+
+ )}
+
+
+
+
+
+ }
+ onClick={() => handlePreview(file)}
+ size="small"
+ style={{ padding: '0 4px' }}
+ />
+ }
+ onClick={() => handleRemove(file)}
+ size="small"
+ style={{ padding: '0 4px' }}
+ />
+
+
+ ))}
+
+
+