rootOfEchord
rootOfEchord
  • 发布:2019-08-09 11:28
  • 更新:2019-12-10 17:35
  • 阅读:4081

使用 nvue的popup弹窗 如何设置弹框的圆角

分类:nvue

"subNVues": [
{
"id": "deal_confirm_transfer", // 唯一标识
"path": "components/sub_nvue/deal_confirm/deal_confirm", // 页面路径
"type": "popup",
"style": {
"bottom": "0",
"height": "86%",
"border-radius": "12upx" // 这个不生效
}
}
],

2019-08-09 11:28 负责人:无 分享
已邀请:
1***@qq.com

1***@qq.com - 你可愿与我再并肩

我也遇到了这个问题 请问解决了么

罒

设置mask属性+subnvue设置圆角,不过圆角出会出现双重遮罩效果

g***@163.com

g***@163.com - 菜的抠脚

page.json里 设置 背景透明,界面里 设置 border-radius

该问题目前已经被锁定, 无法添加新回复