|
|
|
@ -18,9 +18,6 @@
|
|
|
|
|
<link th:href="@{/css/style.css}" rel="stylesheet"/>
|
|
|
|
|
<link th:href="@{/css/skins.css}" rel="stylesheet"/>
|
|
|
|
|
<link th:href="@{/ruoyi/css/ry-ui.css?v=3.3.0}" rel="stylesheet"/>
|
|
|
|
|
<style type="text/css">
|
|
|
|
|
#content-main.max { height: calc(100% - 110px); overflow: hidden; width: 100%; height: 100%; left: 0px; position: absolute; top: 0px; z-index: 9998; margin: 0; }
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body class="fixed-sidebar full-height-layout gray-bg" style="overflow: hidden" th:classappend="${@config.getKey('sys.index.skinName')}">
|
|
|
|
|
<div id="wrapper">
|
|
|
|
@ -91,7 +88,7 @@
|
|
|
|
|
<li><a title="开发文档" href="http://doc.ruoyi.vip" target="_blank"><i class="fa fa-question-circle"></i> 开发文档</a></li>
|
|
|
|
|
<li><a title="全屏显示" id="fullScreen"><i class="fa fa-arrows-alt"></i> 全屏显示</a></li>
|
|
|
|
|
<li class="dropdown user-menu">
|
|
|
|
|
<a href="javascript:" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown">
|
|
|
|
|
<a href="javascript:void(0)" class="dropdown-toggle" data-hover="dropdown">
|
|
|
|
|
<img th:src="(${user.avatar} == '') ? @{/img/profile.jpg} : @{/profile/avatar/} + ${user.avatar}" class="user-image">
|
|
|
|
|
<span class="hidden-xs">[[${user.userName}]]</span>
|
|
|
|
|
</a>
|
|
|
|
|