[bugfix] GoodsAction fit small screen (#446)

This commit is contained in:
neverland
2017-12-18 10:08:24 +08:00
committed by GitHub
parent ccc37d4df0
commit 4c18aca42f

View File

@@ -9,6 +9,11 @@
&__big-btn {
flex: 1;
padding: 0;
@media(max-width: 321px) {
font-size: 15px;
}
}
&__mini-btn {