mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-02 20:10:30 +08:00
编辑器优化
This commit is contained in:
parent
06945529a6
commit
9299cb0625
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user