mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 19:24:16 +00:00
[bugfix] Row: align bottom not work (#3209)
This commit is contained in:
@@ -36,6 +36,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&--align-bottom {
|
&--align-bottom {
|
||||||
align-items: bottom;
|
align-items: flex-end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user