feat(Image): add @image-loading-icon-size、@image-error-icon-size var

This commit is contained in:
陈嘉涵
2019-12-29 08:30:51 +08:00
committed by neverland
parent dd8559a2aa
commit d7ae8c5a26
10 changed files with 60 additions and 37 deletions
+2
View File
@@ -395,6 +395,8 @@
@image-placeholder-text-color: @gray-6;
@image-placeholder-font-size: @font-size-md;
@image-placeholder-background-color: @background-color;
@image-loading-icon-size: 22px;
@image-error-icon-size: 22px;
// ImagePreview
@image-preview-index-text-color: @white;