Commit 19eac941 authored by Zhongjie Wu's avatar Zhongjie Wu Committed by ι™ˆεΈ…

Fix an issue in list item Add (#3423)

parent 8ce6a73c
...@@ -322,7 +322,7 @@ class BasicList extends PureComponent { ...@@ -322,7 +322,7 @@ class BasicList extends PureComponent {
</Card> </Card>
</div> </div>
<Modal <Modal
title={done ? null : `任劑${current ? 'ηΌ–θΎ‘' : '添加'}`} title={done ? null : `任劑${current.id ? 'ηΌ–θΎ‘' : '添加'}`}
className={styles.standardListForm} className={styles.standardListForm}
width={640} width={640}
bodyStyle={done ? { padding: '72px 0' } : { padding: '28px 0 0' }} bodyStyle={done ? { padding: '72px 0' } : { padding: '28px 0 0' }}
......
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