fix[css]: min btn width (#3164)
This commit is contained in:
parent
5890499077
commit
6f80263b42
|
@ -31,7 +31,7 @@
|
|||
.fixed-width {
|
||||
.el-button--mini {
|
||||
padding: 7px 10px;
|
||||
width: 60px;
|
||||
min-width: 60px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue