-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/schema preview #694
Conversation
andyforever
commented
Mar 1, 2020
- feature: add schema preview
- upgrade antd 4.0
云数 seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
@@ -247,7 +242,7 @@ const FormItemGroup: React.FC<IFormItemGroupProps> = ({ | |||
/> | |||
</FormItem> | |||
<FormItem | |||
label={index === 0 ? '输入方式' : null} | |||
label={index === 0 ? '输入方式' : ' '} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里为什么是 空格 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
null或者空格都可以,上次解决antd4.0的样式兼容性问题改的
* fix(printer): fix print schema * fix(printer): fix ci
…o feature/schema-preview