Skip to content

Commit 4b5bdb5

Browse files
authored
fix: 文档中md大小按钮高度和实际使用时不同 DevCloudFE#1635 (DevCloudFE#1692)
* fix: 使用搜索后有//#刷新页面页面空白的问题 DevCloudFE#1619 * fix: button height
1 parent 3a2b3f2 commit 4b5bdb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/devui-vue/devui/button/src/button.scss

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ $devui-btn-lg-padding: var(--devui-btn-lg-padding, 0 24px);
2020
.#{$devui-prefix}-button {
2121
padding: $devui-btn-padding;
2222
font-size: $devui-font-size-md;
23+
height: $devui-size-md;
2324
line-height: $devui-line-height-base;
2425
border-radius: $devui-border-radius;
2526
border-width: 1px;

0 commit comments

Comments
 (0)