Skip to content

Commit

Permalink
chore: sync ant-design v3.19.7 (#3623)
Browse files Browse the repository at this point in the history
  • Loading branch information
ng-zorro-bot authored and vthinkxie committed Jun 22, 2019
1 parent 1619f30 commit 1b5272e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/input/style/mixin.less
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
max-width: 100%; // prevent textearea resize from coming out of its container
height: auto;
min-height: @input-height-base;
line-height: @line-height-base;
vertical-align: bottom;
transition: all 0.3s, height 0s;
line-height: @line-height-base;
}

// Size
Expand Down
1 change: 1 addition & 0 deletions components/layout/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
position: absolute;
top: @layout-header-height;
right: -@layout-zero-trigger-width;
z-index: 1;
width: @layout-zero-trigger-width;
height: @layout-zero-trigger-height;
color: @layout-trigger-color;
Expand Down
2 changes: 2 additions & 0 deletions components/modal/style/modal.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
width: auto;
margin: 0 auto;
padding-bottom: 24px;
pointer-events: none;

&-wrap {
position: fixed;
Expand Down Expand Up @@ -40,6 +41,7 @@
border: 0;
border-radius: @border-radius-base;
box-shadow: @shadow-2;
pointer-events: auto;
}

&-close {
Expand Down
7 changes: 6 additions & 1 deletion components/table/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
}

&-empty &-body {
overflow: auto !important;
// https://github.com/ant-design/ant-design/issues/11135
overflow-x: auto !important;
// https://github.com/ant-design/ant-design/issues/17175
overflow-y: hidden !important;
}

table {
Expand Down Expand Up @@ -395,11 +398,13 @@
&-placeholder {
position: relative;
z-index: 1;
margin-top: -1px;
padding: @table-padding-vertical @table-padding-horizontal;
color: @disabled-color;
font-size: @font-size-base;
text-align: center;
background: @component-background;
border-top: @border-width-base @border-style-base @border-color-split;
border-bottom: @border-width-base @border-style-base @border-color-split;
border-radius: 0 0 @border-radius-base @border-radius-base;
.@{iconfont-css-prefix} {
Expand Down

0 comments on commit 1b5272e

Please sign in to comment.