Merge branch 'master' into antd-3.0

This commit is contained in:
afc163 2017-08-10 16:32:37 +08:00
commit d324b28e1a
5 changed files with 11 additions and 4 deletions

View File

@ -36,7 +36,7 @@
&-input {
outline: none;
vertical-align: top;
display: block;
}
&:hover &-input:not(.@{ant-prefix}-input-disabled) {

View File

@ -3,7 +3,7 @@
.@{calendar-prefix-cls}-range-picker-input {
background-color: transparent;
border: 0;
height: 100%;
height: 99%;
outline: 0;
width: 43%;
text-align: center;

View File

@ -7,6 +7,7 @@
@form-prefix-cls: ~"@{ant-prefix}-form";
@form-component-height: @input-height-lg;
@form-feedback-icon-size: 14px;
.reset-form();
@ -361,7 +362,7 @@ form {
.square(@input-height-lg);
line-height: @input-height-lg;
text-align: center;
font-size: @font-size-lg;
font-size: @form-feedback-icon-size;
animation: zoomIn .3s @ease-out-back;
.iconfont-font("");
z-index: 1;

View File

@ -627,6 +627,12 @@
margin-bottom: -20px;
}
// Ignore the scroll.x width
// https://github.com/ant-design/ant-design/issues/7142
&-empty &-scroll &-body &-fixed {
width: auto !important;
}
&-fixed-left,
&-fixed-right {
position: absolute;

View File

@ -23,7 +23,7 @@ title: 社区精选组件
应用国际化 | [react-intl](https://github.com/yahoo/react-intl)
代码高亮 | [react-syntax-highlighter](https://github.com/conorhastings/react-syntax-highlighter)
Markdown 渲染 | [react-markdown](http://rexxars.github.io/react-markdown/)
无限滚动 | [react-virtualized](https://devarchy.com/react/react-virtualized)
无限滚动 | [react-virtualized](https://github.com/bvaughn/react-virtualized)
<style>
.markdown table td:first-child {