大佬教程收集整理的这篇文章主要介绍了mui 选项卡与header文字同步,大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。
<h3 id="mui底部tab固定-头部nav可变">mui底部tab固定 头部nav可变
title="mui 选项卡与header文字同步" alt="mui 选项卡与header文字同步" src="https://cn.js-code.com/res/2019/02-10/09/2f5328ca079ed1f24b647db4bbc48ab9.png">
Hello MUI
<link rel="stylesheet" href="../../css/mui.min.css">
<style>
html,body {
BACkground-color: #efeff4;
}
/*解决: Unable to preventDefault inside passive event listener due to target being treated as passive. */
* { touch-action: none; }
</style>