Commit 7adb556e authored by baiyaaaaa's avatar baiyaaaaa Committed by 杨奕

fix uploading progress text style

parent 17e2d458
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment