From 8fcdc73be56ac3073d3075440e930d88d4db7781 Mon Sep 17 00:00:00 2001
From: lmj <3407000732@qq.com>
Date: Thu, 13 Oct 2022 11:59:05 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E6=81=AF=E4=B8=AD=E5=BF=83=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/portal/user/Message.vue | 48 ++++++++++++++++++++++++++-----
1 file changed, 41 insertions(+), 7 deletions(-)
diff --git a/src/views/portal/user/Message.vue b/src/views/portal/user/Message.vue
index c7190d28..2c9999a6 100644
--- a/src/views/portal/user/Message.vue
+++ b/src/views/portal/user/Message.vue
@@ -6,7 +6,7 @@
-->
-
+
多选
@@ -32,14 +32,22 @@
{{ item.title }}
-
删除
+
-
+
+
{{item.tip}}-
{{ item.content }}
+
+
+
+ 删除
+
{{ item.msgTime }}
+
+
@@ -274,11 +282,37 @@ export default {
line-height: 30px;
}
.msg-body {
- word-break:break-all;
padding: 10px 10px 10px 25px;
- color: #727272;
- a:hover {
- color: #409eff;
+ display: flex;
+ width: 100%;
+ .msg-body-content{
+ flex: 1;
+ word-break:break-all;
+ color: #727272;
+ a:hover {
+ color: #409eff;
+ }
+ }
+ .msg-body-but{
+ margin-left: auto;
+
+ button{
+ width: 88px;
+ height: 32px;
+ background-color: #fff;
+ border-radius: 16px;
+ padding: 0;
+ color: #F52F3E;
+ line-height: 32px;
+ text-align: center;
+ border: 1px solid #F52F3E;
+ }
+ button:hover{
+ background-color: rgba(255,101,98,0.13);
+ color: #F52F3E;
+
+
+ }
}
}
.msg-time {