-
{{ item.userName }}
+
{{ item.userName }}
匿名用户
{{ item.createTime }}
From e9d2d3ab281c5268e6f8f22aea86f7d4f23b9289 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?=
=?UTF-8?q?=E9=98=B4?= <185154740@qq.com>
Date: Fri, 7 Jan 2022 19:07:05 +0800
Subject: [PATCH 2/2] bug
---
src/apps/AppVillageDiscuss/Detail.vue | 5 +++--
src/apps/AppVillageDiscuss/userList.vue | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/apps/AppVillageDiscuss/Detail.vue b/src/apps/AppVillageDiscuss/Detail.vue
index 0189d361..6624cabd 100644
--- a/src/apps/AppVillageDiscuss/Detail.vue
+++ b/src/apps/AppVillageDiscuss/Detail.vue
@@ -641,8 +641,9 @@ export default {
font-size: 24px;
color: #666666;
}
- .dele{
-
+ div {
+ padding: 10px 0;
+ color: #666666;
}
}
}
diff --git a/src/apps/AppVillageDiscuss/userList.vue b/src/apps/AppVillageDiscuss/userList.vue
index 9c49ca1c..94097dac 100644
--- a/src/apps/AppVillageDiscuss/userList.vue
+++ b/src/apps/AppVillageDiscuss/userList.vue
@@ -4,7 +4,7 @@
{{ item.userName.substring(item.userName.length, item.userName.length - 2) }}
-

+