Commit 938f217a authored by hbcui1984's avatar hbcui1984

解决设置模板在部分Android手机上标题不居中的bug

parent 94f8b0a2
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
</p> </p>
<p>更多详细介绍,请到<a href="http://dcloudio.github.io/mui">mui官网</a>查看;</p> <p>更多详细介绍,请到<a href="http://dcloudio.github.io/mui">mui官网</a>查看;</p>
<h4>版本介绍</h4> <h4>版本介绍</h4>
<p>当前版本为1.9.0,可到<a href="https://github.com/dcloudio/mui">Github</a>上获取最新版本。</p> <p>当前版本为2.0.0,可到<a href="https://github.com/dcloudio/mui">Github</a>上获取最新版本。</p>
<h4>License</h4> <h4>License</h4>
<p> <p>
mui遵循MIT License,源码已提交至Github,<a href="https://github.com/dcloudio/mui">点击查看</a>; mui遵循MIT License,源码已提交至Github,<a href="https://github.com/dcloudio/mui">点击查看</a>;
......
...@@ -77,7 +77,6 @@ ...@@ -77,7 +77,6 @@
} }
.mui-navbar .mui-bar .mui-title { .mui-navbar .mui-bar .mui-title {
display: inline-block; display: inline-block;
position: static;
width: auto; width: auto;
} }
.mui-page-shadow { .mui-page-shadow {
...@@ -206,7 +205,7 @@ ...@@ -206,7 +205,7 @@
</ul> </ul>
<ul class="mui-table-view mui-table-view-chevron"> <ul class="mui-table-view mui-table-view-chevron">
<li class="mui-table-view-cell"> <li class="mui-table-view-cell">
<a href="#about" class="mui-navigate-right">关于MUI <i class="mui-pull-right update">V1.9.0</i></a> <a href="#about" class="mui-navigate-right">关于MUI <i class="mui-pull-right update">V2.0.0</i></a>
</li> </li>
</ul> </ul>
<ul class="mui-table-view"> <ul class="mui-table-view">
......
...@@ -77,7 +77,6 @@ ...@@ -77,7 +77,6 @@
} }
.mui-navbar .mui-bar .mui-title { .mui-navbar .mui-bar .mui-title {
display: inline-block; display: inline-block;
position: static;
width: auto; width: auto;
} }
.mui-page-shadow { .mui-page-shadow {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment