From b3fc83af1bada6bb31aed3a28b8531600f32bbd6 Mon Sep 17 00:00:00 2001 From: cr <423803750@qq.com> Date: Sun, 26 Apr 2026 11:01:55 +0800 Subject: [PATCH] =?UTF-8?q?refactor(pages):=20=E4=BD=BF=E7=94=A8=20flex=20?= =?UTF-8?q?=E5=B8=83=E5=B1=80=E6=9B=BF=E4=BB=A3=E5=8A=A8=E6=80=81=E8=AE=A1?= =?UTF-8?q?=E7=AE=97=E6=BB=9A=E5=8A=A8=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/sub/activity/detail.vue | 67 +++++------- pages/sub/knowledge/detail.vue | 110 ++++++++------------ pages/sub/notice/detail.vue | 181 ++++++++++++--------------------- 3 files changed, 130 insertions(+), 228 deletions(-) diff --git a/pages/sub/activity/detail.vue b/pages/sub/activity/detail.vue index 2a416e0..7e05b0c 100644 --- a/pages/sub/activity/detail.vue +++ b/pages/sub/activity/detail.vue @@ -11,15 +11,15 @@ - 基本信息 - @@ -27,8 +27,8 @@ - - + + diff --git a/pages/sub/notice/detail.vue b/pages/sub/notice/detail.vue index 0583c0b..2854b5e 100644 --- a/pages/sub/notice/detail.vue +++ b/pages/sub/notice/detail.vue @@ -4,72 +4,67 @@ - - - - - - - {{ noticeInfo.title }} - - - - - - {{ noticeInfo.publisher }} + + + + + + {{ noticeInfo.title }} - {{ noticeInfo.publishDate ? sheep.$helper.timeFormat(noticeInfo.publishDate, 'yyyy/mm/dd hh:MM:ss') : '' }} - - - - - - - - - - - - - - - - - - - - - - - - {{ item.name }} + + + + + {{ noticeInfo.publisher }} + + {{ noticeInfo.publishDate ? sheep.$helper.timeFormat(noticeInfo.publishDate, 'yyyy/mm/dd hh:MM:ss') : '' }} + + + + + + + + + + + + + + + + + + + + + + + + + {{ item.name }} + + - -