amani521
amani521
  • 发布:2017-09-15 19:27
  • 更新:2017-09-15 19:27
  • 阅读:1069

openWindowWithTitle原生标题老有一条白色底线

分类:MUI

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

2017-09-15 19:27 负责人:无 分享
已邀请:

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