From 23d89e792d0c1b295eafe49935035d34d663ee3a Mon Sep 17 00:00:00 2001 From: koppthe Date: Mon, 13 Aug 2018 16:19:55 +0800 Subject: [PATCH] =?UTF-8?q?feat(Tag):=20=E8=BE=B9=E6=A1=86=E6=94=B9?= =?UTF-8?q?=E6=88=90=201px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/tag/index.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/tag/index.scss b/src/components/tag/index.scss index ca8471688..da6ed4732 100644 --- a/src/components/tag/index.scss +++ b/src/components/tag/index.scss @@ -10,21 +10,21 @@ $tag-height-sm: 40px; color: $color-grey-1; font-size: $font-size-base; text-align: center; - line-height: $tag-height - 4; + line-height: $tag-height - 2; vertical-align: middle; - border: 2px solid $color-grey-6; + border: 1px solid $color-grey-6; border-radius: $border-radius-md; background-color: $color-bg-grey; box-sizing: border-box; &--active { color: $color-brand-light; - border: 2px solid $color-brand-light; + border: 1px solid $color-brand-light; background-color: $color-bg; &.at-tag--primary { color: $color-text-base-inverse; - border: 2px solid $color-brand-light; + border: 1px solid $color-brand-light; background-color: $color-brand-light; } }