@@ -714,7 +714,6 @@ export default {
}
.messages {
- margin-top: 5px;
.message {
display: flex;
@@ -725,7 +724,7 @@ export default {
}
&:active {
- background: #353a4f;
+ background: @active-main-bg;
}
.avatar {
diff --git a/src/pages/message/Visitors.vue b/src/pages/message/Visitors.vue
new file mode 100644
index 0000000..cf209a5
--- /dev/null
+++ b/src/pages/message/Visitors.vue
@@ -0,0 +1,286 @@
+
+
+
+
+ 主页访客
+
+
+ 设置
+
+
+
+
+
+
+
+
+
+
+
查看新访客需要你的授权
+
+ - 访客记录中仅展示同样已授权的用户
+ - 开户后,你访问他人方面也将留下记录
+ - 你可以随时在访客设置中关闭授权
+
+
+
+ 保持关闭
+ 开启访客
+
+
+
+
+
+
+
+
+
主页访客
+
关闭后,你查看他人主页时不会留下记录;同时,你也无法查看谁访问了你的主页
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/people/components/People.vue b/src/pages/people/components/People.vue
index 98a63cb..2b31d12 100644
--- a/src/pages/people/components/People.vue
+++ b/src/pages/people/components/People.vue
@@ -63,6 +63,26 @@