fix[css]: min btn width (#3164)

This commit is contained in:
Nickbing Lao 2020-05-08 11:43:39 +08:00 committed by 花裤衩
parent 2ed1951355
commit 7dc2c977a0
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;
}
}