mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
[bugfix] GoodsAction fit small screen (#446)
This commit is contained in:
@@ -9,6 +9,11 @@
|
||||
|
||||
&__big-btn {
|
||||
flex: 1;
|
||||
padding: 0;
|
||||
|
||||
@media(max-width: 321px) {
|
||||
font-size: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
&__mini-btn {
|
||||
|
Reference in New Issue
Block a user