From 4dd45b11450a42227e658bd3d43003af7202116d Mon Sep 17 00:00:00 2001 From: Searchstars Date: Fri, 24 Jan 2025 22:46:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A8=E6=80=81=E8=AF=A6=E6=83=85=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DynShow/DynShow.ux | 4 +-- .../app/features/dynamic/detail/detail.less | 22 +++++++++++-- .../app/features/dynamic/detail/detail.ux | 32 ++++++++++++++++--- 3 files changed, 50 insertions(+), 8 deletions(-) diff --git a/src/components/DynShow/DynShow.ux b/src/components/DynShow/DynShow.ux index fe05d5b..c718cd5 100644 --- a/src/components/DynShow/DynShow.ux +++ b/src/components/DynShow/DynShow.ux @@ -5,8 +5,8 @@
- {{ dyn.modules.module_author.name }} - + {{ dyn.modules.module_author.name }} + {{ dyn.modules.module_author.pub_time }} diff --git a/src/pages/app/features/dynamic/detail/detail.less b/src/pages/app/features/dynamic/detail/detail.less index 0b0c2a5..1eadc31 100644 --- a/src/pages/app/features/dynamic/detail/detail.less +++ b/src/pages/app/features/dynamic/detail/detail.less @@ -3,7 +3,7 @@ .user { align-items: center; - width: 76%; + .w(76%); .flex-row(10px, #00000000); } @@ -34,7 +34,7 @@ } .ctx { - width: 76%; + .w(76%); .flex-column(10px, #00000000); } @@ -42,4 +42,22 @@ font-size: 22px; font-weight: 600; text-overflow: ellipsis; +} + +.ctx-forwarded-box { + .w(100%); + .radius(25px); + .flex-column(10px); + margin-top: 5px; +} + +.txt-at { + color: #2886f8; + max-width: 200px; + text-overflow: ellipsis; +} + +.ctx-forwarded-txt { + .font-semibold(); + font-size: 18px; } \ No newline at end of file diff --git a/src/pages/app/features/dynamic/detail/detail.ux b/src/pages/app/features/dynamic/detail/detail.ux index 68217cd..b9aac0c 100644 --- a/src/pages/app/features/dynamic/detail/detail.ux +++ b/src/pages/app/features/dynamic/detail/detail.ux @@ -8,8 +8,8 @@
- {{ dyn.modules.module_author.name }} - + {{ dyn.modules.module_author.name }} + {{ dyn.modules.module_author.pub_time }} @@ -21,10 +21,23 @@ {{ dyn.modules.module_dynamic.desc.text }} + + - + - + + +
+
+ 转发自 + @{{dyn.orig.modules.module_author.name}} + 的动态: +
+ {{dyn.orig.modules.module_dynamic.desc.text}} + [暂无文本内容] + 点击可查看详情 +
该类型动态暂不支持展示
@@ -33,11 +46,22 @@