Commit b670d8e6 by zhaochengxiang

资产详情调整

parent 0039507f
......@@ -301,7 +301,9 @@ const AssetAction = (props) => {
</Descriptions.Item>
</Descriptions>
</div>
<Separate height={8} />
{
!readOnly && <Separate height={8} />
}
</div>
}
......@@ -418,7 +420,7 @@ const AssetAction = (props) => {
</div>
{
currentAction!=='add' && (index < (attributes.length-1)) && <Separate height={8} />
currentAction!=='add' && (index < (attributes.length-1)) && !readOnly && <Separate height={8} />
}
</div>
);
......
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