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
fix:Drawer组件添加 footerStyle 控制台报错 #20983
Conversation
`Drawer`组件 添加 footerStyle 属性后,把该属性挂载到了 div 上,导致控制台报错
fix : `.ant-drawer-header` height 属性不生效
写一下 Changelog |
在哪里写 |
加上了 |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit b72fecb:
|
Codecov Report
@@ Coverage Diff @@
## master #20983 +/- ##
=======================================
Coverage 97.48% 97.48%
=======================================
Files 296 296
Lines 6909 6909
Branches 1906 1870 -36
=======================================
Hits 6735 6735
Misses 174 174
Continue to review full report at Codecov.
|
feat : Drawer组件DOM属性 排除 footer 和 locale
revert: flex: 1; => flex-grow: 1;
改好了 |
Run |
我现在是运行这个,然后再提交嘛 |
运行完,把变更push上来。 |
好的 |
终于跑完了,push 了 |
fix #20978
Drawer
组件添加footerStyle
属性后控制台报错