mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-03 20:58:09 +08:00
fix uploading progress text style
This commit is contained in:
parent
17e2d458ae
commit
7adb556ed4
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user