borderRadius:\"25px\"这样设置圆角但是没效果是为啥?fvs移动端

duchamp.showDialog({

  title: "",

  width: 350,

  height: 300,

  innerContent: iframe,

  padding: "15px",

  titleStyle: { fontSize: "24px",color:"white", fontWeight: "bold" },

  backgroundStyle: { background:"#CDE8E8" },

  dialogType:"dynamic",

  line: { type: "color", value: { color: "red" } },

  coordinate: [300, 240],

borderRadius: "25px"  // 设置圆角

});

image.png

FineReport yzmiFMhw3943802 发布于 2024-12-19 14:41
1min目标场景问卷 立即参与
回答问题
悬赏:3 F币 + 添加悬赏
提示:增加悬赏、完善问题、追问等操作,可使您的问题被置顶,并向所有关注者发送通知
共3回答
最佳回答
0
yzmiFMhw3943802Lv3见习互助
发布于2024-12-19 15:36

setTimeout(function() { 

var myDiv = document.querySelector(".modal-content-background");

      myDiv.setAttribute("style", myDiv.getAttribute("style") + " border-radius: 10px;");

}, 300); 

最佳回答
0
用户k6280494Lv6资深互助
发布于2024-12-19 14:41

移动端不支持

最佳回答
0
华莉星宸Lv7资深互助
发布于2024-12-19 14:42

那就是移动端不支持这个参数呗

  • 2关注人数
  • 29浏览人数
  • 最后回答于:2024-12-19 15:36
    请选择关闭问题的原因
    确定 取消
    返回顶部