mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-26 08:19:15 +08:00
[bugfix] GoodsAction fit small screen (#446)
This commit is contained in:
parent
ccc37d4df0
commit
4c18aca42f
@ -9,6 +9,11 @@
|
||||
|
||||
&__big-btn {
|
||||
flex: 1;
|
||||
padding: 0;
|
||||
|
||||
@media(max-width: 321px) {
|
||||
font-size: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
&__mini-btn {
|
||||
|
Loading…
x
Reference in New Issue
Block a user