update Button style

This commit is contained in:
梁灏 2019-09-13 09:50:20 +08:00
parent 3ac9a3b629
commit 2c321f9d25
2 changed files with 10 additions and 3 deletions

View file

@ -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;
}
}