Commit 105db7c6 authored by cinwell.li's avatar cinwell.li Committed by baiyaaaaa

Upload: fix file list style (#1701)

parent a51eafb7
......@@ -37,15 +37,17 @@
box-sizing: border-box;
border-radius: 4px;
width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
position: relative;
a {
color: #475669;
transition: color .3s;
display: block;
margin-right: 40px;
overflow: hidden;
padding-left: 4px;
text-overflow: ellipsis;
transition: color .3s;
white-space: nowrap;
[class^="el-icon"] {
color: #99a9bf;
......@@ -81,7 +83,7 @@
.el-upload__btn-delete {
display: block;
cursor: pointer;
}
}
}
}
}
......
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