diff --git a/src/components/menu.vue b/src/components/menu.vue
index ee2138f..c4eddf8 100644
--- a/src/components/menu.vue
+++ b/src/components/menu.vue
@@ -10,11 +10,11 @@
-
+
+
+
-
-
-
+
登录
@@ -22,10 +22,10 @@
-
+
-
+
{{ userinfo.nickname }}
@@ -113,7 +113,7 @@ function toHome() {
push("/home");
const i = document.querySelector(".n-menu-item .n-menu-item-content-header");
i.click();
-
+
}
function handleSelect(k) {
switch (k) {
@@ -162,13 +162,13 @@ function goConsole() {
.boxxx {
background: transparent url("../assets/cstyle/花边.png") no-repeat center center/100% 100% !important;
}
+
.ava {
// background-color: red ;
background: transparent url("../assets/cstyle/中秋节中国风边框3.png") no-repeat center center/100% 100% !important;
border-radius: 50%;
- width: 40px;
- height: 40px;
}
+
.login {
:deep(.n-button) {
background-color: @purple;
@@ -176,13 +176,8 @@ function goConsole() {
}
}
-:deep(.orange) {
- color: #ffa500;
- font-size: 24px;
-}
-
:deep(.menu-item) {
- color: @orange !important;
+ color: rgb(73, 117, 104) !important;
}
:deep(.router-link-active) {
diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue
index 4d448ed..5334479 100644
--- a/src/views/HomeView.vue
+++ b/src/views/HomeView.vue
@@ -34,7 +34,7 @@ function getH() {