From 201c11bfc160fe88019e9bb291fc39da8dfc988a Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Sat, 5 Nov 2022 08:08:27 +0800 Subject: [PATCH] add padding --- src/views/Dashboard.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index 15ddcee3..204c3439 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -192,6 +192,7 @@ v-b-modal.operation-modal variant="primary" size="sm" + class="mb-2" @click="selectProposal('Vote',prop.id, prop.title)" > {{ myVotes[prop.id] ? `${myVotes[prop.id]}`: 'Vote' }} @@ -209,7 +210,7 @@ class="shadow-none" style="max-height:350px;overflow: auto;" > - + {{ addNewLine(prop.description) }}