uniapp踩坑-移动端安卓app:justify-content:right和justify-content:end无效

469 阅读1分钟

移动端设置justify-content:right和justify-content:end无效

解决:改用justify-content: flex-end

移动端设置align-self: end;无效。

解决:align-self: flex-end;