From eb161db619bc73f75715cf92728f81fb010a8149 Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Tue, 11 Oct 2022 15:39:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Index.vue | 7 ++++--- src/views/portal/user/Message.vue | 22 ++++++++++++++++------ 2 files changed, 20 insertions(+), 9 deletions(-) diff --git a/src/views/Index.vue b/src/views/Index.vue index 009400f2..dc816832 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -1079,15 +1079,16 @@ .course-type { position: absolute; - left: 0; - bottom: 0; + // left: 0; + top: 0; + right: 0; height: 20; line-height: 20px; font-size: 12px; color: #FFFFFF; padding: 0px 8px; background: #f99000; - border-radius: 0px 12px 0px 0px; + border-radius: 0px 0px 0px 10px; } } diff --git a/src/views/portal/user/Message.vue b/src/views/portal/user/Message.vue index 7cc27ba4..c7190d28 100644 --- a/src/views/portal/user/Message.vue +++ b/src/views/portal/user/Message.vue @@ -9,7 +9,7 @@
-
全选
+
多选
- - 删除所选 + 设置已读 + 删除所选
@@ -27,8 +27,8 @@
- 未读 - 已读 + 未读 + 已读 {{ item.title }}
@@ -241,9 +241,19 @@ export default {