formilyjs / antd

Formily Ant Design Adaptor
MIT License
51 stars 45 forks source link

fix(components): vertical label bg #23

Closed yee94 closed 1 year ago

yee94 commented 1 year ago

Before submitting a pull request, please make sure the following is done...

Please do not delete the above content


What have you changed?

netlify[bot] commented 1 year ago

Deploy Preview for formily-antd5 ready!

Name Link
Latest commit ba5d2bb01269faa68b2f44d9e6d876df36593680
Latest deploy log https://app.netlify.com/sites/formily-antd5/deploys/64c132d2e152850008e9f22c
Deploy Preview https://deploy-preview-23--formily-antd5.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

yiyunwan commented 1 year ago

我看colorErrorBg都删掉了,是什么原因呢?

yee94 commented 1 year ago

Antd 5 的设计中没有这个背景颜色的 TOKEN,这里的样式设置会导致 Formily 的表单与 antd 的 Form 有差异。可以看看是否可以通过 antd 的 PR 先支持这个 TOKEN 后再 follow 改动