From e1e8b541db6aef5aaeb3cdf6a81e23a942b47a2c Mon Sep 17 00:00:00 2001
From: gowshwah <145280043+nodjoy@users.noreply.github.com>
Date: Sat, 14 Mar 2026 00:31:55 +0800
Subject: [PATCH] readme中添加nacos版本说明
---
ruoyi-ui/src/components/TopNav/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ruoyi-ui/src/components/TopNav/index.vue b/ruoyi-ui/src/components/TopNav/index.vue
index b3f3331..8e742c5 100644
--- a/ruoyi-ui/src/components/TopNav/index.vue
+++ b/ruoyi-ui/src/components/TopNav/index.vue
@@ -162,7 +162,7 @@
this.$store.dispatch('app/toggleSideBarHide', true)
}
}
- },
+ }
}
</script>
@@ -171,7 +171,7 @@
float: left;
height: 50px !important;
line-height: 50px !important;
- color: #999093 !important;
+ color: #303133 !important;
padding: 0 5px !important;
margin: 0 10px !important;
}
@@ -186,7 +186,7 @@
float: left;
height: 50px !important;
line-height: 50px !important;
- color: #999093 !important;
+ color: #303133 !important;
padding: 0 5px !important;
margin: 0 10px !important;
}
--
Gitblit v1.9.3