fix(settings): use confirmationModal.buttonYOffset
This commit is contained in:
@@ -202,7 +202,7 @@ defineOptions({
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<CommonButtons
|
<CommonButtons
|
||||||
:y-offset="0"
|
:y-offset="confirmationModal.buttonsYOffset"
|
||||||
:b-label="$t('common.cancel')"
|
:b-label="$t('common.cancel')"
|
||||||
:a-label="$t('common.confirm')"
|
:a-label="$t('common.confirm')"
|
||||||
@activate-b="handleCancel"
|
@activate-b="handleCancel"
|
||||||
|
|||||||
@@ -111,7 +111,7 @@ defineOptions({ render: () => null });
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<CommonButtons
|
<CommonButtons
|
||||||
:y-offset="0"
|
:y-offset="confirmationModal.buttonsYOffset"
|
||||||
:b-label="$t('common.cancel')"
|
:b-label="$t('common.cancel')"
|
||||||
:a-label="$t('common.confirm')"
|
:a-label="$t('common.confirm')"
|
||||||
@activate-b="handleActivateB"
|
@activate-b="handleActivateB"
|
||||||
|
|||||||
@@ -285,7 +285,7 @@ const handleActivateA = () => {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<CommonButtons
|
<CommonButtons
|
||||||
:y-offset="0"
|
:y-offset="confirmationModal.buttonsYOffset"
|
||||||
:b-label="$t('common.cancel')"
|
:b-label="$t('common.cancel')"
|
||||||
:a-label="$t('common.confirm')"
|
:a-label="$t('common.confirm')"
|
||||||
@activate-b="handleActivateB"
|
@activate-b="handleActivateB"
|
||||||
|
|||||||
Reference in New Issue
Block a user