用户2814598
用户2814598
  • 发布:2025-05-18 18:24
  • 更新:2025-05-18 18:24
  • 阅读:19

nvue页面 设置 uni-drawer 抽屉宽度

分类:uni-app
    <uni-drawer :style="{width: '280px', backgroundColor: 'red'}" ref="menu" mode="left" :mask-click="true" @maskClick="closeDrawer">  
        <view class="drawer-content" :style="{width: '280px', backgroundColor: 'green'}">  

        </view>  
    </uni-drawer>

上面的代码,只可以设置 uni-drawer 的宽度,但是内部 view class="drawer-content" 的宽度设置,没有效果。

2025-05-18 18:24 负责人:无 分享
已邀请:

要回复问题请先登录注册