优化PreviewImg

master
LiuJiaNan 2025-12-11 16:41:29 +08:00
parent 314f9e0985
commit d1e9ac1ff3
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ const PreviewImg = (props) => {
<Image
key={item[fileUrlKey] || item}
src={item[fileUrlKey] ? fileUrl + item[fileUrlKey] : fileUrl + item}
style={{ marginLeft: index > 0 ? 10 : 0 }}
wrapperStyle={{ marginLeft: index > 0 ? 10 : 0 }}
width={100}
height={100}
alt=""