mirror of https://gitee.com/y_project/RuoYi.git
调整首页布局
parent
311118d37e
commit
1bf49dbf5e
File diff suppressed because one or more lines are too long
|
@ -3337,7 +3337,7 @@ nav.page-tabs .page-tabs-content {
|
||||||
width: 80px;
|
width: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.roll-right.J_tabExit {
|
.roll-right.tabReload {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -82,7 +82,7 @@
|
||||||
<li>
|
<li>
|
||||||
<span class="m-r-sm text-muted welcome-message">欢迎来到若依管理后台.</span>
|
<span class="m-r-sm text-muted welcome-message">欢迎来到若依管理后台.</span>
|
||||||
</li>
|
</li>
|
||||||
<li class="hidden-xs"><a href="/logout" ><i class="fa fa-sign-out"></i>注销</li>
|
<li class="hidden-xs"><a href="/logout" ><i class="fa fa-sign-out"></i>退出</li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
@ -103,12 +103,11 @@
|
||||||
页签操作<span class="caret"></span>
|
页签操作<span class="caret"></span>
|
||||||
</button>
|
</button>
|
||||||
<ul role="menu" class="dropdown-menu dropdown-menu-right">
|
<ul role="menu" class="dropdown-menu dropdown-menu-right">
|
||||||
<li class="tabReload"><a>刷新</a></li>
|
|
||||||
<li class="tabCloseAll"><a>全部关闭</a></li>
|
<li class="tabCloseAll"><a>全部关闭</a></li>
|
||||||
<li class="tabCloseOther"><a>关闭其他</a></li>
|
<li class="tabCloseOther"><a>关闭其他</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<a href="/logout" class="roll-nav roll-right J_tabExit"><i class="fa fa fa-sign-out"></i> 退出</a>
|
<a href="#" class="roll-nav roll-right tabReload"><i class="fa fa-refresh"></i> 刷新</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="row mainContent" id="content-main">
|
<div class="row mainContent" id="content-main">
|
||||||
<iframe class="RuoYi_iframe" name="iframe0" width="100%" height="100%"
|
<iframe class="RuoYi_iframe" name="iframe0" width="100%" height="100%"
|
||||||
|
|
Loading…
Reference in New Issue