Skip to content

Commit

Permalink
Fix upload picture loading style
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Oct 10, 2017
1 parent c3f1d0b commit b437233
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/upload/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@
.@{upload-item}-progress {
padding-left: 56px;
margin-top: 0;
bottom: 24px;
width: ~"calc(100% - 24px)";
}

.@{iconfont-css-prefix}-cross {
Expand All @@ -280,6 +282,7 @@
.@{upload-item}-info {
height: 100%;
position: relative;
overflow: hidden;

&:before {
content: ' ';
Expand Down Expand Up @@ -361,6 +364,7 @@

.@{upload-item}-progress {
padding-left: 0;
bottom: 32px;
}
}

Expand Down

0 comments on commit b437233

Please sign in to comment.