.app-upload-file-info{
white-space: nowrap;
text-overflow: ellipsis;
word-break: break-all;
overflow: hidden;
text-align: left;
.app-upload-file-info__item{
display: inline-block;
padding-left: 4px;
text-overflow: ellipsis;
-webkit-transition: color .3s;
transition: color .3s;
white-space: nowrap;
&:hover{
cursor: pointer;
}
}
i{
margin-right: 7px;
}
}
-
由 ibizdev 提交于13310400