openWindowWithTitle原生标题为什么老有一条白色底线
mui.openWindowWithTitle({
url: 'new_file.html',
id: 'main'
}, {
backgroundColor: "#000",
bottomBorderColor: "#000",
height: "165px",
title: {
text: "标题",
position: {
top: 10
},
styles: {
color: "#9cb4e3",
align: "center"
}
}
});
其实那个bottomBorderColor已经生效了··但是还是多一条白线,如果去掉bottomBorderColor就会有两条线
和这个问题一样··最后是这么解决了的:
https://ask.dcloud.net.cn/question/44334
0 个回复