编辑器优化

This commit is contained in:
gongfuxiang 2019-06-25 16:43:43 +08:00
parent 06945529a6
commit 9299cb0625
3 changed files with 12 additions and 3 deletions

View File

@ -184,9 +184,12 @@
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
top: 5px;
text-indent: 5px;
text-align: left;
z-index: 3;
background: rgba(0, 0, 0, 0.6);
color: #fff;
padding: 6px 0;
}
#upload .filelist li p.progress {

View File

@ -340,9 +340,12 @@
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
top: 5px;
text-indent: 5px;
text-align: left;
z-index: 3;
background: rgba(0, 0, 0, 0.6);
color: #fff;
padding: 6px 0;
}
#upload .filelist li p.progress {

View File

@ -236,9 +236,12 @@ span.view{display: inline-block;width: 30px;float: right;cursor: pointer;color:
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
top: 5px;
text-indent: 5px;
text-align: left;
z-index: 3;
background: rgba(0, 0, 0, 0.6);
color: #fff;
padding: 6px 0;
}
#upload .filelist li p.progress {