diff --git a/examples/routers/button.vue b/examples/routers/button.vue index daa46588..9490072b 100644 --- a/examples/routers/button.vue +++ b/examples/routers/button.vue @@ -79,10 +79,14 @@


- + +
+ + +
diff --git a/src/styles/components/button.less b/src/styles/components/button.less index 93b6da9b..a2bc1249 100644 --- a/src/styles/components/button.less +++ b/src/styles/components/button.less @@ -188,3 +188,15 @@ color: fade(#000, 25%); } } + +a.@{btn-prefix-cls} { + padding-top: 0.1px; + line-height: @btn-height-base - 2px; + + &-large { + line-height: @btn-height-large - 2px; + } + &-small { + line-height: @btn-height-small - 2px; + } +}