Commit 5426ba9d by RuoYi

首页logo固定,不随菜单滚动

parent 6b9ee80c
...@@ -6939,7 +6939,7 @@ body.rtls .top-navigation .footer.fixed, body.rtls.top-navigation .footer.fixed ...@@ -6939,7 +6939,7 @@ body.rtls .top-navigation .footer.fixed, body.rtls.top-navigation .footer.fixed
background: #f5f5f5; background: #f5f5f5;
} }
.nav .logo { nav .logo {
background-color: #367fa9; background-color: #367fa9;
color: #fff; color: #fff;
border-bottom: 0 solid transparent; border-bottom: 0 solid transparent;
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<!-- bootstrap-table 表格插件样式 --> <!-- bootstrap-table 表格插件样式 -->
<link th:href="@{/ajax/libs/bootstrap-table/bootstrap-table.min.css}" rel="stylesheet"/> <link th:href="@{/ajax/libs/bootstrap-table/bootstrap-table.min.css}" rel="stylesheet"/>
<link th:href="@{/css/animate.css}" rel="stylesheet"/> <link th:href="@{/css/animate.css}" rel="stylesheet"/>
<link th:href="@{/css/style.css}" rel="stylesheet"/> <link th:href="@{/css/style.css?v=20200318}" rel="stylesheet"/>
<link th:href="@{/ruoyi/css/ry-ui.css}" rel="stylesheet"/> <link th:href="@{/ruoyi/css/ry-ui.css}" rel="stylesheet"/>
</head> </head>
......
...@@ -25,13 +25,13 @@ ...@@ -25,13 +25,13 @@
<div class="nav-close"> <div class="nav-close">
<i class="fa fa-times-circle"></i> <i class="fa fa-times-circle"></i>
</div> </div>
<a th:href="@{/index}">
<li class="logo">
<span class="logo-lg">RuoYi</span>
</li>
</a>
<div class="sidebar-collapse"> <div class="sidebar-collapse">
<ul class="nav" id="side-menu"> <ul class="nav" id="side-menu">
<a th:href="@{/index}">
<li class="logo">
<span class="logo-lg" >RuoYi</span>
</li>
</a>
<li> <li>
<div class="user-panel"> <div class="user-panel">
<a class="menuItem" title="个人中心" th:href="@{/system/user/profile}"> <a class="menuItem" title="个人中心" th:href="@{/system/user/profile}">
......
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