[new feature] Uploader: support preview non-image file (#3604)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user