mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-11-30 03:07:36 +08:00
Upload: fix file list style (#1701)
This commit is contained in:
parent
a51eafb705
commit
105db7c673
@ -37,15 +37,17 @@
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
|
||||||
white-space: nowrap;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #475669;
|
color: #475669;
|
||||||
transition: color .3s;
|
display: block;
|
||||||
|
margin-right: 40px;
|
||||||
|
overflow: hidden;
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
transition: color .3s;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
[class^="el-icon"] {
|
[class^="el-icon"] {
|
||||||
color: #99a9bf;
|
color: #99a9bf;
|
||||||
|
Loading…
Reference in New Issue
Block a user