feat: add Empty component (#6010)

This commit is contained in:
neverland
2020-04-07 17:43:19 +08:00
committed by GitHub
parent 14299a2011
commit 525f7ecb88
12 changed files with 458 additions and 0 deletions
+10
View File
@@ -333,6 +333,16 @@
@dropdown-menu-content-max-height: 80%;
@dropdown-item-z-index: 10;
// Empty
@empty-padding: @padding-xl 0;
@empty-image-size: 160px;
@empty-description-margin-top: @padding-md;
@empty-description-padding: 0 60px;
@empty-description-color: @gray-6;
@empty-description-font-size: 14px;
@empty-description-line-height: 20px;
@empty-bottom-margin-top: 24px;
// Field
@field-label-width: 90px;
@field-input-text-color: @text-color;