Browse Source

优化横向菜单下激活菜单样式

pull/403/MERGE
RuoYi 2 years ago
parent
commit
5a3714e9bc
  1. 1
      ruoyi-admin/src/main/resources/templates/index-topnav.html

1
ruoyi-admin/src/main/resources/templates/index-topnav.html

@ -15,6 +15,7 @@
<link th:href="@{/css/style.min.css}" rel="stylesheet"/>
<link th:href="@{/css/skins.css?v=20200902}" rel="stylesheet"/>
<link th:href="@{/ruoyi/css/ry-ui.css?v=4.7.4}" rel="stylesheet"/>
<style type="text/css">.fixed-sidebar .nav:not(.navbar-toolbar)>li.active{border-left:0px!important;</style>
</head>
<body class="fixed-sidebar full-height-layout gray-bg" th:classappend="${isMobile} ? 'canvas-menu'" style="overflow: hidden">
<div id="wrapper">

Loading…
Cancel
Save