fix uploading progress text style

pull/4666/head
baiyaaaaa 2017-05-04 11:39:10 +08:00 committed by 杨奕
parent 17e2d458ae
commit 7adb556ed4
1 changed files with 10 additions and 2 deletions

View File

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