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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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