mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] Row: align bottom not work (#3209)
This commit is contained in:
parent
c480b67dc4
commit
62d012e541
@ -36,6 +36,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&--align-bottom {
|
&--align-bottom {
|
||||||
align-items: bottom;
|
align-items: flex-end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user