Commit 578f3e3f authored by XieZhiXiong's avatar XieZhiXiong

chore: 完善布局

parent 879a676a
......@@ -241,9 +241,13 @@ const EvaluationForm: React.ForwardRefRenderFunction<EvaluationFormRefHandle, Ev
name={`comments.${index}.picture`}
component={AntUpload}
title={intl.formatMessage({id: 'purchaserEvaluation.tupian'}, { default: '图片' })}
itemStyle={{
marginBottom: 0,
}}
itemStyle={(
index === state.value.length - 1
? {
marginBottom: 0,
}
: {}
)}
listType="card"
action="/api/file/file/upload/prefix"
data={{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment