[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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