From 76b35f4328bd0bc99f296426f7daf9dd343ae45f Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Thu, 25 May 2023 18:00:44 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=8A=A0=E8=BD=BD=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/userCenter/mail/index.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/userCenter/mail/index.vue b/src/views/userCenter/mail/index.vue index e143990..ab611ad 100644 --- a/src/views/userCenter/mail/index.vue +++ b/src/views/userCenter/mail/index.vue @@ -90,7 +90,7 @@
{{detail.messageTypeDesc}}
-
+
通知内容:{{detail.content}}
@@ -485,5 +485,10 @@ export default { margin-bottom: 5px; } } + .mailContent{ + width: 100%; + max-height: 200px; + overflow: auto; + } }