-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
From 组件新增 labelCol、wrapperCol 并优化了 Radio Group的竖线 #1365
Conversation
update from 1.3.10 to 1.3.16
update from 1.3.16 to 1.4.3
Deploy preview for ant-desing-vue processing. Building with commit 05948fc https://app.netlify.com/sites/ant-desing-vue/deploys/5dba746ae7c68f000835943a |
Codecov Report
@@ Coverage Diff @@
## master #1365 +/- ##
==========================================
+ Coverage 87.89% 87.89% +<.01%
==========================================
Files 156 156
Lines 5393 5395 +2
Branches 1521 1523 +2
==========================================
+ Hits 4740 4742 +2
Misses 583 583
Partials 70 70
Continue to review full report at Codecov.
|
2 Button 组件 文档优化 3 Radio 组件 样式优化
我也没复现这个问题 |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
首先,感谢你的贡献! 😄
新特性请提交至 feature 分支,其余可提交至 master 分支。在一个维护者审核通过后合并。请确保填写以下 pull request 的信息,谢谢!~
[English Template / 英文模板]
这个变动的性质是
需求背景
需求场景:Form中每个FormItem都需要绑定 labelCol、wrapperCol
issues:issues#450
实现方案和 API(非新功能可选)
解决思路:支持在Form最外层绑定 labelCol、wrapperCol,若FormItem未绑定则用最外层的配置
对用户的影响和可能的风险(非新功能可选)
Changelog 描述(非新功能可选)
请求合并前的自查清单
后续计划(非新功能可选)
在05948f 补充了ts 并优化了一个Radio的样式问题
需求场景: QQ浏览器中Radio Group 样式问题,在Chrome中拖动浏览器大小也能重现
issues: issues#1378
解决思路:删除了Radio的多余样式