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" // 设置圆角 }); |