Skip to content

Commit 587a022

Browse files
authored
fix: min btn width typo
当四个汉字时,size="mini" 左右padding不一致
1 parent 5890499 commit 587a022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/element-ui.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
.fixed-width {
3232
.el-button--mini {
3333
padding: 7px 10px;
34-
width: 60px;
34+
min-width: 60px;
3535
}
3636
}
3737

0 commit comments

Comments
 (0)