fix uploading progress text style

This commit is contained in:
baiyaaaaa 2017-05-04 11:39:10 +08:00 committed by 杨奕
parent 17e2d458ae
commit 7adb556ed4

View File

@ -232,8 +232,13 @@
display: none;
}
&:hover .el-upload-list__item-status-label {
display: none;
&:hover {
.el-upload-list__item-status-label {
display: none;
}
.el-progress__text {
display: block;
}
}
}
.el-upload-list__item-name {
@ -330,6 +335,9 @@
top: -2px;
right: -12px;
}
.el-progress__text {
display: block;
}
}
&.is-success {
.el-upload-list__item-name {