From 2c321f9d25101524d02dd358debb78e7fc21ade5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=81=8F?= Date: Fri, 13 Sep 2019 09:50:20 +0800 Subject: [PATCH] update Button style --- examples/routers/button.vue | 7 +++++++ src/styles/components/button.less | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/examples/routers/button.vue b/examples/routers/button.vue index a238d976..369a7d75 100644 --- a/examples/routers/button.vue +++ b/examples/routers/button.vue @@ -74,6 +74,13 @@ + + + + + + +


diff --git a/src/styles/components/button.less b/src/styles/components/button.less index a2bc1249..11011498 100644 --- a/src/styles/components/button.less +++ b/src/styles/components/button.less @@ -191,12 +191,12 @@ a.@{btn-prefix-cls} { padding-top: 0.1px; - line-height: @btn-height-base - 2px; + line-height: @btn-height-base - 4px; &-large { - line-height: @btn-height-large - 2px; + line-height: @btn-height-large - 4px; } &-small { - line-height: @btn-height-small - 2px; + line-height: @btn-height-small - 4px; } }