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

This commit is contained in:
Nickbing Lao
2020-05-08 11:43:39 +08:00
committed by GitHub
parent 5890499077
commit 6f80263b42

View File

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