diff --git a/src/components/organisms/vCustomDialog.vue b/src/components/organisms/vCustomDialog.vue index 042a91fc27..8e503755e0 100644 --- a/src/components/organisms/vCustomDialog.vue +++ b/src/components/organisms/vCustomDialog.vue @@ -6,85 +6,81 @@ @click:outside="closeDialog" @keydown.esc="closeDialog" > - - - - - - - - - - -
- - {{ $t("common.actions.back") }} - - - {{ $t("common.actions.edit") }} - -
- -
- - {{ $t("common.actions.cancel") }} - - - - {{ confirmBtnIcon }} - - {{ $t(confirmBtnTitleKey) }} - - - {{ $t("common.labels.close") }} - - {{ $t(nextBtnTitleKey) }} - -
-
-
-
+ + + + + + + + +
+ + {{ $t("common.actions.back") }} + + + {{ $t("common.actions.edit") }} + +
+ +
+ + {{ $t("common.actions.cancel") }} + + + + {{ confirmBtnIcon }} + + {{ $t(confirmBtnTitleKey) }} + + + {{ $t("common.labels.close") }} + + {{ $t(nextBtnTitleKey) }} + +
+
+