Browse Source
* adjust table fixed column z-index (#14036) fix #13930 * 📝 Add instruction for one column without width left in fixed table * Add full PR template link in template (#14061) * add full tmpl link * adjust * simplify it * add cn link * Fix Affix flickering when scrolling * update * fix: top border disappeared under some ie9 * fix calendar month range display (#14049) * Fix tslint warning * Correct typescript usage (#14074) * 🐛 Fix steps style under IE9 close #14001 * 🐛 tweak style for not affecting vertical steps * 📝 enhance upload documentation * Input.Group with TimePicker disappear icon: https://codepen.io/mraiguo/pen/QzvvvE?editors=0010 * 🐛 Fix disabled button style in DatePicker panel https://user-images.githubusercontent.com/507615/50693143-17505400-1071-11e9-9114-b150bef8f7f6.png * 📝 site: fix BackTop been covered by footer close #14093 * Update PULL_REQUEST_TEMPLATE.md * Update pr_cn.md * 🐛 Fix nested Timeline last item missing line (#14110) close #14108 * init Spin should also support delay trigger (#14105) fix #14100 * Update table docs * bugfix * Format * update snapshot * test: fix spin testpull/14197/head
Junbin Huang
6 years ago
committed by
GitHub
47 changed files with 363 additions and 251 deletions
@ -1,22 +1,42 @@ |
|||
First of all, thank you for your contribution! :-) |
|||
First of all, thank you for your contribution! 😄 |
|||
|
|||
Please makes sure that these checkboxes are checked before submitting your pull request, thank you! |
|||
Please makes sure that these form are filled before submitting your pull request, thank you! |
|||
|
|||
* [ ] Make sure that you propose pull request to right branch: bugfix for `master`, feature for branch `feature`. |
|||
* [ ] Make sure that you follow antd's [code convention](https://github.com/ant-design/ant-design/wiki/Code-convention-for-antd). |
|||
* [ ] Run `npm run lint` and fix those errors before submitting in order to keep consistent code style. |
|||
* [ ] Rebase before creating a pull request to keep commit history clear. |
|||
* [ ] Add some descriptions and refer relative issues for you pull request. |
|||
[[中文版](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)] |
|||
|
|||
Extra checklist: |
|||
### This is a ... |
|||
|
|||
**if** *isBugFix* **:** |
|||
- [ ] New feature |
|||
- [ ] Bug fix |
|||
- [ ] Site / document update |
|||
- [ ] Branch merge |
|||
- [ ] Other (about what?) |
|||
|
|||
* [ ] Make sure that you add at least one unit test for the bug which you had fixed. |
|||
### What's the background? |
|||
|
|||
> 1. Describe the source of requirement. |
|||
> 2. Resolve what problem. |
|||
> 3. Related issue link. |
|||
|
|||
### API Realization (Optional if not new feature) |
|||
|
|||
> 1. Basic thought of solution and other optional proposal. |
|||
> 2. List final API realization and usage sample. |
|||
> 3. GIF or snapshot should be provided if includes UI/interactive modification. |
|||
|
|||
### What's the effect? (Optional if not new feature) |
|||
|
|||
**elif** *isNewFeature* **:** |
|||
> 1. Does this PR affect user? Which part will be affected? |
|||
> 2. What will say in changelog? |
|||
> 3. Does this PR contains potential break change or other risk? |
|||
|
|||
* [ ] Update API docs for the component. |
|||
* [ ] Update/Add demo to demonstrate new feature. |
|||
* [ ] Update TypeScript definition for the component. |
|||
* [ ] Add unit tests for the feature. |
|||
### Self Check before Merge |
|||
|
|||
- [ ] Doc is updated/provided or not needed |
|||
- [ ] Demo is updated/provided or not needed |
|||
- [ ] TypeScript definition is updated/provided or not needed |
|||
- [ ] Changelog provided |
|||
|
|||
### Additional Plan? (Optional if not new feature) |
|||
|
|||
> If this PR related with other PR or following info. You can type here. |
|||
|
@ -1,33 +0,0 @@ |
|||
### This is a ... |
|||
|
|||
- [ ] New feature |
|||
- [ ] Other |
|||
|
|||
### What's the background? |
|||
|
|||
> 1. Describe the source of requirement. |
|||
> 2. Resolve what problem. |
|||
> 3. Related issue link. |
|||
|
|||
### API Realization |
|||
|
|||
> 1. Basic thought of solution and other optional proposal. |
|||
> 2. List final API realization and usage sample. |
|||
> 3. GIF or snapshot should be provided if includes UI/interactive modification. |
|||
|
|||
### What's the affect? |
|||
|
|||
> 1. Does this PR affect user? Which part will be affected? |
|||
> 2. What will say in changelog? |
|||
> 3. Does this PR contains potential break change or other risk? |
|||
|
|||
### Self Check before Merge |
|||
|
|||
- [ ] Doc is ready or not need |
|||
- [ ] Demo is provided or not need |
|||
- [ ] TypeScript definition is ready or not need |
|||
- [ ] Changelog provided |
|||
|
|||
### Additional Plan? |
|||
|
|||
> If this PR related with other PR or following info. You can type here. |
@ -0,0 +1,42 @@ |
|||
首先,感谢你的贡献!😄 |
|||
|
|||
请确保填写以下 pull request 的信息,谢谢!~ |
|||
|
|||
[[English Version](?expand=1)] |
|||
|
|||
### 这个变动的性质是 |
|||
|
|||
- [ ] 新特性提交 |
|||
- [ ] 日常 bug 修复 |
|||
- [ ] 站点、文档改进 |
|||
- [ ] 分支合 |
|||
- [ ] 其他改动(是关于什么的改动?) |
|||
|
|||
### 需求背景 |
|||
|
|||
> 1. 描述相关需求的来源。 |
|||
> 2. 要解决的问题。 |
|||
> 3. 相关的 issue 讨论链接。 |
|||
|
|||
### 实现方案和 API |
|||
|
|||
> 1. 基本的解决思路和其他可选方案。 |
|||
> 2. 列出最终的 API 实现和用法。 |
|||
> 3. 涉及UI/交互变动需要有截图或 GIF。 |
|||
|
|||
### 对用户的影响和可能的风险 |
|||
|
|||
> 1. 这个改动对用户端是否有影响?影响的方面有哪些? |
|||
> 2. 预期的 changelog 要怎么写? |
|||
> 3. 是否有可能隐含的 break change 和其他风险? |
|||
|
|||
### 请求合并前的自查清单 |
|||
|
|||
- [ ] 文档已补充或无须补充 |
|||
- [ ] 代码演示已提供或无须提供 |
|||
- [ ] TypeScript 定义已补充或无须补充 |
|||
- [ ] Changelog 已提供或无须提供 |
|||
|
|||
### 后续计划 |
|||
|
|||
> 如果这个提交后面还有相关的其他提交和跟进信息,可以写在这里。 |
@ -0,0 +1,50 @@ |
|||
.@{steps-prefix-cls}-flex-not-supported { |
|||
&.@{steps-prefix-cls}-horizontal.@{steps-prefix-cls}-label-horizontal { |
|||
.@{steps-prefix-cls}-item { |
|||
background: @steps-background; |
|||
padding-left: 16px; |
|||
margin-left: -16px; |
|||
} |
|||
|
|||
&.@{steps-prefix-cls}-small .@{steps-prefix-cls}-item { |
|||
padding-left: 12px; |
|||
margin-left: -12px; |
|||
} |
|||
} |
|||
|
|||
&.@{steps-prefix-cls}-dot { |
|||
.@{steps-prefix-cls}-item { |
|||
&:last-child { |
|||
overflow: hidden; |
|||
|
|||
.@{steps-prefix-cls}-icon-dot:after { |
|||
width: 200px; |
|||
right: -200px; |
|||
} |
|||
} |
|||
|
|||
.@{steps-prefix-cls}-icon-dot:before, |
|||
.@{steps-prefix-cls}-icon-dot:after { |
|||
content: ''; |
|||
position: absolute; |
|||
background: @steps-background; |
|||
width: 10px; |
|||
height: 8px; |
|||
top: 0; |
|||
left: -10px; |
|||
} |
|||
|
|||
.@{steps-prefix-cls}-icon-dot:after { |
|||
left: auto; |
|||
right: -10px; |
|||
} |
|||
} |
|||
|
|||
.@{steps-prefix-cls}-item-wait |
|||
.@{steps-prefix-cls}-item-icon |
|||
> .@{steps-prefix-cls}-icon |
|||
.@{steps-prefix-cls}-icon-dot { |
|||
background: #ccc; |
|||
} |
|||
} |
|||
} |
Loading…
Reference in new issue