Merge branch 'issue419_AddPersons_clear_ul' into 'master'

Issue419  remove ul-li in AddPersons

See merge request Chill-Projet/chill-bundles!328
This commit is contained in:
2022-02-11 16:31:55 +00:00
10 changed files with 59 additions and 45 deletions

View File

@@ -1,10 +1,7 @@
<template>
<ul class="record_actions">
<li class="add-persons">
<a class="btn" :class="getClassButton" :title="$t(buttonTitle)"
@click="openModal"><span v-if="displayTextButton">{{ $t(buttonTitle) }}</span></a>
</li>
</ul>
<a class="btn" :class="getClassButton" :title="$t(buttonTitle)" @click="openModal">
<span v-if="displayTextButton">{{ $t(buttonTitle) }}</span>
</a>
<teleport to="body">
<modal v-if="modal.showModal"