美文网首页
uniapp 封装button导致 flex不正常摆放问题记录

uniapp 封装button导致 flex不正常摆放问题记录

作者: 吉凶以情迁 | 来源:发表于2024-03-26 10:58 被阅读0次
<view style="display: flex; margin-bottom: 10px;  justify-content: space-between; align-items: center; width: 100%;  flex-direction: row;">
    
    <checkbox :value="detail" activeBorderColor="#005fff" style="margin-left: 10px;"> 明细</checkbox>
    <button size="mini" style="position: absolute;right: 10px;" @click="onRefresh()">查询</button>
</view>

正常来说不需要用到position: absolute;right: 10px;就会在右边,但是实际上并不是如此,除非不用button

相关文章

网友评论

      本文标题:uniapp 封装button导致 flex不正常摆放问题记录

      本文链接:https://www.haomeiwen.com/subject/vkdstjtx.html