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 {