fix: min btn width typo

当四个汉字时,size="mini" 左右padding不一致
This commit is contained in:
Nickbing Lao
2020-05-08 11:12:29 +08:00
committed by GitHub
parent 5890499077
commit 587a022e4b

View File

@@ -31,7 +31,7 @@
.fixed-width {
.el-button--mini {
padding: 7px 10px;
width: 60px;
min-width: 60px;
}
}