diff --git a/components/archive/list.vue b/components/archive/list.vue
index 6dac690..a15c40a 100644
--- a/components/archive/list.vue
+++ b/components/archive/list.vue
@@ -1,51 +1,41 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
- # {{ tag.tagTitle }}
-
-
-
-
-
-
-
-
-
+
+
{{ tag.tagTitle }}
+
+
+
+
+
+
+
+
{{ article.articleAuthorName }}
{{ article.timeAgo }}
-
-
-
- {{ article.articleViewCount }}
-
-
-
-
+
+
+ {{ article.articleViewCount }}
+
+
+
+
@@ -61,8 +51,9 @@
-
-
+
+
+
diff --git a/components/layouts/pc/header.vue b/components/layouts/pc/header.vue
index ccb417f..499b474 100644
--- a/components/layouts/pc/header.vue
+++ b/components/layouts/pc/header.vue
@@ -1,12 +1,10 @@
-
-
@@ -18,7 +16,7 @@
-
+
-
+
+
创建作品集
@@ -171,6 +170,7 @@ export default {
this.getUnreadNotifications();
}
},
+
methods: {
querySearchAsync() {
this.$router.push({
@@ -329,6 +329,7 @@ export default {
.navbar-brand {
color: inherit;
margin-right: 1rem;
+
font-size: 1.25rem;
white-space: nowrap;
font-weight: 600;
@@ -338,7 +339,7 @@ export default {
}
.navbar-brand-img {
- height: 3rem;
+ height: 60px;
line-height: 3rem;
vertical-align: top;
width: auto;
@@ -351,4 +352,14 @@ export default {
.search-result-type {
padding-right: 5px;
}
+
+.el-menu {
+ background-color: transparent !important;
+}
+
+.icon_sun {
+ cursor: pointer;
+ margin: 0 5px;
+}
+
diff --git a/components/layouts/pc/main.vue b/components/layouts/pc/main.vue
index 0519a14..6cf9adc 100644
--- a/components/layouts/pc/main.vue
+++ b/components/layouts/pc/main.vue
@@ -1,7 +1,7 @@
-
+
@@ -33,27 +33,29 @@