mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fine-tune styling
This commit is contained in:
parent
4cc02a6200
commit
7efc56a227
@ -2,6 +2,7 @@
|
|||||||
<ds-modal
|
<ds-modal
|
||||||
:title="title"
|
:title="title"
|
||||||
:is-open="isOpen"
|
:is-open="isOpen"
|
||||||
|
@cancel="$emit('close')"
|
||||||
>
|
>
|
||||||
<!-- eslint-disable-next-line vue/no-v-html -->
|
<!-- eslint-disable-next-line vue/no-v-html -->
|
||||||
<p v-html="message" />
|
<p v-html="message" />
|
||||||
@ -15,7 +16,9 @@
|
|||||||
</ds-button>
|
</ds-button>
|
||||||
|
|
||||||
<ds-button
|
<ds-button
|
||||||
|
danger
|
||||||
class="confirm"
|
class="confirm"
|
||||||
|
icon="exclamation-circle"
|
||||||
@click="confirm"
|
@click="confirm"
|
||||||
>
|
>
|
||||||
{{ $t('disable.submit') }}
|
{{ $t('disable.submit') }}
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
<ds-modal
|
<ds-modal
|
||||||
:title="title"
|
:title="title"
|
||||||
:is-open="isOpen"
|
:is-open="isOpen"
|
||||||
confirm-icon="warning"
|
@cancel="$emit('close')"
|
||||||
>
|
>
|
||||||
<transition name="ds-transition-fade">
|
<transition name="ds-transition-fade">
|
||||||
<ds-flex
|
<ds-flex
|
||||||
@ -21,7 +21,6 @@
|
|||||||
slot="footer"
|
slot="footer"
|
||||||
>
|
>
|
||||||
<ds-button
|
<ds-button
|
||||||
ghost
|
|
||||||
class="cancel"
|
class="cancel"
|
||||||
icon="close"
|
icon="close"
|
||||||
@click="$emit('close')"
|
@click="$emit('close')"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user