style(Cell): adjust cell label margin to 4px (#6585)

This commit is contained in:
neverland 2020-06-20 17:02:55 +08:00 committed by GitHub
parent e1f67fa898
commit 65c5ef9d1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -195,7 +195,7 @@
@cell-label-color: @gray-6; @cell-label-color: @gray-6;
@cell-label-font-size: @font-size-sm; @cell-label-font-size: @font-size-sm;
@cell-label-line-height: 18px; @cell-label-line-height: 18px;
@cell-label-margin-top: 3px; @cell-label-margin-top: @padding-base;
@cell-value-color: @gray-6; @cell-value-color: @gray-6;
@cell-icon-size: 16px; @cell-icon-size: 16px;
@cell-right-icon-color: @gray-6; @cell-right-icon-color: @gray-6;