From 2e67b8c04f0deac1d5ec7b5ba0dcd3f4f89a5b3a Mon Sep 17 00:00:00 2001 From: yxh Date: Mon, 8 Jan 2024 15:08:27 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E9=80=9A=E7=9F=A5=E6=B6=88=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/navBars/breadcrumb/userNews.vue | 38 +++++++++++++--------- src/views/system/sysNotice/show/index.vue | 2 +- 2 files changed, 23 insertions(+), 17 deletions(-) diff --git a/src/layout/navBars/breadcrumb/userNews.vue b/src/layout/navBars/breadcrumb/userNews.vue index b6c8ccc..22782e8 100644 --- a/src/layout/navBars/breadcrumb/userNews.vue +++ b/src/layout/navBars/breadcrumb/userNews.vue @@ -13,14 +13,15 @@
{{ v.title }}
-
- {{ v.content }} +
+
+
+ {{ v.createdAt }} + + 已读 + 未读 +
- {{ v.createdAt }} - - 已读 - 未读 -
@@ -51,13 +52,13 @@
- {{ v.createdAt }} - - - 已读 - 未读 - - +
+ {{ v.createdAt }} + + 已读 + 未读 + +
@@ -302,7 +303,12 @@ export default defineComponent({ :deep(.el-tabs__item) { width: 200px; - - +} +.msg-box-attr{ + padding-bottom: 5px; + flex-direction: row; + display: flex; + justify-content: space-between; + align-items: center; } diff --git a/src/views/system/sysNotice/show/index.vue b/src/views/system/sysNotice/show/index.vue index 61e1533..8c4e880 100644 --- a/src/views/system/sysNotice/show/index.vue +++ b/src/views/system/sysNotice/show/index.vue @@ -118,7 +118,7 @@ export default defineComponent({ loading: false, param: { pageNum: 1, - pageSize: 3, + pageSize: 10, id: undefined, title: undefined, type: 1,