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; } }