From 0c615b618c855cbdea2c029aeeb80bc02f58706b Mon Sep 17 00:00:00 2001 From: Sandro Ducceschi Date: Wed, 10 Apr 2024 11:27:36 +0200 Subject: [PATCH] ADDED: file- and link-list components for news-details --- src/components/blocks/FileList.vue | 1 + src/components/blocks/LinkList.vue | 1 + src/views/news/detail.vue | 10 ++++++++++ 3 files changed, 12 insertions(+) diff --git a/src/components/blocks/FileList.vue b/src/components/blocks/FileList.vue index e1cc842..daa690b 100644 --- a/src/components/blocks/FileList.vue +++ b/src/components/blocks/FileList.vue @@ -120,6 +120,7 @@ export default { padding-top: 24px; padding-bottom: 24px; border-bottom: 1px solid #ccc; + margin: initial; &:last-child { border-bottom: 0; diff --git a/src/components/blocks/LinkList.vue b/src/components/blocks/LinkList.vue index 405aa7b..ffaeec1 100644 --- a/src/components/blocks/LinkList.vue +++ b/src/components/blocks/LinkList.vue @@ -115,6 +115,7 @@ export default { padding-top: 24px; padding-bottom: 24px; border-bottom: 1px solid #ccc; + margin: initial; &:last-child { border-bottom: 0; diff --git a/src/views/news/detail.vue b/src/views/news/detail.vue index d4f8b57..9ab6492 100644 --- a/src/views/news/detail.vue +++ b/src/views/news/detail.vue @@ -29,6 +29,16 @@ +
+ +
+
+ +