From cd948e322735eec71021bf4775e4ccd82e826dab Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 20 May 2022 18:08:39 +0800 Subject: [PATCH] 29761 --- src/apps/AppHelpDeclaration/details.vue | 30 +++++++++++-------------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/src/apps/AppHelpDeclaration/details.vue b/src/apps/AppHelpDeclaration/details.vue index 0db7123a..d06a537a 100644 --- a/src/apps/AppHelpDeclaration/details.vue +++ b/src/apps/AppHelpDeclaration/details.vue @@ -67,16 +67,16 @@
-
-
-
+
+
+
{{ $dict.getLabel('helpDeclarationStatus', item.status) }}
- {{ item.description }} + {{ item.doTime }}
-
{{ item.doTime }}
+
{{ item.description }}
@@ -295,14 +295,10 @@ export default { } .cardss-right { width: calc(100% - 110px); - display: flex; - justify-content: space-between; - .cardsss-right-left { - .cardssss-right-left-top { - width: 300px; - overflow: hidden; - text-overflow: ellipsis; - font-size: 32px; + .cardsss-right-top { + .cardssss-right-left { + display: flex; + justify-content: space-between; } .cardssss-right-left-bottom { margin-top: 10px; @@ -335,12 +331,12 @@ export default { margin-top: 10px; margin-left: 110px; img { - width: 136px; - height: 136px; + width: 180px; + height: 180px; border-radius: 4px; - margin-right: 12px; + margin-right: 10px; } - img:nth-child(4n) { + img:nth-child(3n) { margin-right: 0; } }