From cc23ca2dcc69ddf5e3ddd6fcb08bbfb76270abe2 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sun, 8 Jan 2023 23:45:50 +0800 Subject: [PATCH] =?UTF-8?q?mp=EF=BC=9A=E8=A7=A3=E5=86=B3=20wx-msg=20?= =?UTF-8?q?=E7=9A=84=20css=20=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/mp/components/wx-msg/main.vue | 160 +++++++++++++----- 1 file changed, 122 insertions(+), 38 deletions(-) diff --git a/yudao-ui-admin/src/views/mp/components/wx-msg/main.vue b/yudao-ui-admin/src/views/mp/components/wx-msg/main.vue index 04e66263b..b70cd55a1 100644 --- a/yudao-ui-admin/src/views/mp/components/wx-msg/main.vue +++ b/yudao-ui-admin/src/views/mp/components/wx-msg/main.vue @@ -13,16 +13,17 @@
-
+
- -
{{item.sendFrom == '1' ? item.nickName : item.appName}}
+ + +
{{item.sendFrom === 1 ? '用户' : '公众号' }}
{{ parseTime(item.createTime) }}
-
+
关注 @@ -96,7 +97,6 @@ - +