From 56c84cd7fb04407536eb0135162313029828a81f Mon Sep 17 00:00:00 2001
From: 16639036659 <577530412@qq.com>
Date: 星期一, 11 十二月 2023 10:14:41 +0800
Subject: [PATCH] 暂时提交

---
 src/main/resources/static/ruoyi/index.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/static/ruoyi/index.js b/src/main/resources/static/ruoyi/index.js
index ca86571..159f5bb 100644
--- a/src/main/resources/static/ruoyi/index.js
+++ b/src/main/resources/static/ruoyi/index.js
@@ -3,7 +3,7 @@
  * Copyright (c) 2019 ruoyi
  */
 layer.config({
-    extend: 'moon/style.css',
+    extend: 'moon/stats.css',
     skin: 'layer-ext-moon'
 });
 
@@ -67,6 +67,7 @@
 function fixedSidebar() {
 	$('#side-menu').hide();
 	$("nav .logo").addClass("hide");
+    $("nav .icon").removeClass("hide");
     setTimeout(function() {
         $('#side-menu').fadeIn(500);
     },
@@ -80,6 +81,7 @@
     } else if (!isMobile &&!$('body').hasClass('mini-navbar')) {
     	fixedSidebar();
     	$("nav .logo").removeClass("hide");
+        $("nav .icon").addClass("hide");
     } else if (isMobile && $('body').hasClass('fixed-sidebar')) {
     	$('.navbar-static-side').fadeOut();
     	fixedSidebar();

--
Gitblit v1.9.2