mirror of
https://github.com/knadh/listmonk.git
synced 2025-09-30 10:24:52 +08:00
Style the 'fix code' buttn on campaign archive tab.
This commit is contained in:
parent
d8ca26e747
commit
908173c4e0
1 changed files with 2 additions and 2 deletions
|
@ -246,8 +246,8 @@
|
|||
</div>
|
||||
|
||||
<div class="column has-text-right">
|
||||
<a v-if="!this.form.archiveMetaStr || this.form.archiveMetaStr === '{}'" class="button" href="#"
|
||||
@click.prevent="onFillArchiveMeta">{}</a>
|
||||
<a v-if="!this.form.archiveMetaStr || this.form.archiveMetaStr === '{}'" class="button is-primary" href="#"
|
||||
@click.prevent="onFillArchiveMeta" aria-label="{}"><b-icon icon="code" /></a>
|
||||
</div>
|
||||
</div>
|
||||
<b-field>
|
||||
|
|
Loading…
Add table
Reference in a new issue