From 5860a6b10166f2334dfe71bfab6bb3e62db6e2ef Mon Sep 17 00:00:00 2001 From: soraefir Date: Fri, 14 Jul 2023 11:41:08 +0200 Subject: [PATCH] Fix style and onclick --- template/module/journey_sec.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/module/journey_sec.pug b/template/module/journey_sec.pug index 949b0fb..ab94603 100644 --- a/template/module/journey_sec.pug +++ b/template/module/journey_sec.pug @@ -3,6 +3,6 @@ draggable(tag='div' :list='journey_data.main' class='list-group bg-dark' handle= div.text {{element.title}} i.fa.fa-times.close.fright(style='top:2px;right:2px;position:absolute;' @click='rm_section(idx)') - div.list-group-item() + div.list-group-item.bg-white(@click='add_section()') div.text Add Section - i.fa.fa-plus.add(style='top:12px;right:5px;position:absolute;' @click='add_section()') \ No newline at end of file + i.fa.fa-plus.add(style='top:12px;right:5px;position:absolute;') \ No newline at end of file