Skip to content

Commit

Permalink
fix: 文档中md大小按钮高度和实际使用时不同 #1635 (#1692)
Browse files Browse the repository at this point in the history
* fix: 使用搜索后有//#刷新页面页面空白的问题 #1619

* fix: button height
  • Loading branch information
Whbbit1999 authored Nov 13, 2023
1 parent 3a2b3f2 commit 4b5bdb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/devui-vue/devui/button/src/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ $devui-btn-lg-padding: var(--devui-btn-lg-padding, 0 24px);
.#{$devui-prefix}-button {
padding: $devui-btn-padding;
font-size: $devui-font-size-md;
height: $devui-size-md;
line-height: $devui-line-height-base;
border-radius: $devui-border-radius;
border-width: 1px;
Expand Down

0 comments on commit 4b5bdb5

Please sign in to comment.