如果botton不在其他控件下层,或者上层控件类型不为flex,可以用float调整botton显示位置,如float=right,则botton显示在右侧。
<button type="primary" style="float: right;">测试</button>
<view style="display: block;">
<button type="primary" style="float: right;">测试</button>
</view>
如果botton上层控件类型为flex,可以通过设置position=absoluted调整显示位置。
<view style="display: flex;">
<button type="primary" style="position: absolute;right: 0;">测试</button>
</view>
更多微信小程序内容欢迎关注博主。
有帮助欢迎打赏。