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 @@