From fd05658888a15d7bdf9f24ebbd0ae8a62493e351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Tue, 5 Jul 2022 09:53:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B6=88=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/myWork/message/index.scss | 4 ++-- src/views/myWork/message/notifyMsg.vue | 31 ++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/src/views/myWork/message/index.scss b/src/views/myWork/message/index.scss index aec8caca..53cc0760 100644 --- a/src/views/myWork/message/index.scss +++ b/src/views/myWork/message/index.scss @@ -26,8 +26,8 @@ } } -.message_content { - margin-top: 20px; +.message_content { + margin-top: 5px; background: #fff; overflow: auto; cursor: pointer; diff --git a/src/views/myWork/message/notifyMsg.vue b/src/views/myWork/message/notifyMsg.vue index 9b50d953..8e8abec4 100644 --- a/src/views/myWork/message/notifyMsg.vue +++ b/src/views/myWork/message/notifyMsg.vue @@ -1,9 +1,13 @@