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