Closed Nokecy closed 1 year ago
Name | Link |
---|---|
Latest commit | 0b1618db79b9ad2a7079a4eb8f17f629cf9858fb |
Latest deploy log | https://app.netlify.com/sites/formily-antd5/deploys/63f5f9e810d2e300072b8a80 |
Deploy Preview | https://deploy-preview-4--formily-antd5.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
:exclamation: No coverage uploaded for pull request base (
master@af5c5ab
). Click here to learn what that means. Patch has no changes to coverable lines.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
@yiyunwan 大佬有空看下这个PR有没有问题
大部分场景超出是需要滚动条的,如果你确定不需要可以传进wrapperStyle修正
还有就是,你提的代码不规范,你应该没有本地npm i
wrapperStyle 好像不是在wrapper最上面的元素上 https://github.com/Nokecy/antd/blob/0b1618db79b9ad2a7079a4eb8f17f629cf9858fb/packages/components/src/form-item/index.tsx#L231 看代码直接放在了子元素上了,这样设置了宽度一样不对。。 @yiyunwan
Before submitting a pull request, please make sure the following is done...
master
ormaster
.npm test
).npm run lint
) - we've done our best to make sure these rules match our internal linting guidelines.Please do not delete the above content
What have you changed?