关于mui header在手机上运行丢失问题

并不需要换header

只需要把引用的例子自带的CSS文件 app.css。里的两个样式:
.mui-plus.mui-android header.mui-bar {
display: none;
}
.mui-plus.mui-android .mui-bar-nav~ .mui-content {
padding: 0;
}

原文地址:https://www.cnblogs.com/itsmart/p/6934243.html