Browse Source

Style: fix upload picture long filename bug

pull/890/head
afc163 9 years ago
parent
commit
45d692d7dd
  1. 11
      style/components/upload.less

11
style/components/upload.less

@ -158,9 +158,9 @@
&-picture &-item-thumbnail {
width: 48px;
height: 48px;
display: inline-block;
overflow: hidden;
vertical-align: middle;
position: absolute;
top: 8px;
left: 8px;
}
&-picture &-item-thumbnail img {
@ -182,6 +182,11 @@
margin: 0 0 0 8px;
line-height: 42px;
transition: all 0.3s ease;
padding-left: 48px;
padding-right: 8px;
max-width: 100%;
display: inline-block;
box-sizing: border-box;
}
&-picture &-item-uploading &-item-name {

Loading…
Cancel
Save