[new feature] Uploader: support preview non-image file (#3604)

This commit is contained in:
neverland
2019-06-22 15:39:49 +08:00
committed by GitHub
parent a27df2c25f
commit dea0d28361
5 changed files with 91 additions and 17 deletions
+15
View File
@@ -68,4 +68,19 @@
background-color: @uploader-delete-background-color;
}
}
&__file-icon {
color: @gray-darker;
font-size: 20px;
}
&__file-name {
box-sizing: border-box;
width: 100%;
margin-top: 5px;
padding: 0 5px;
color: @gray-darker;
font-size: 12px;
text-align: center;
}
}