diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue
index a1224353d..2a293957f 100644
--- a/src/layouts/payment-method/payment-method.vue
+++ b/src/layouts/payment-method/payment-method.vue
@@ -53,8 +53,13 @@
-
-
+
+
@@ -79,7 +84,10 @@
@back-clicked="backButtonAction"
@ForwardClicked="forwardButtonAction" />
-
+
@@ -728,18 +736,20 @@ export default {
margin: 0;
}
.payment-method {
- :deep(.modal-body) {
- display: flex;
- flex-direction: column;
- h5 {
- text-align: center;
- order: 1;
- }
- p {
- order: 3
- }
- img {
- order: 2;
+ .recal-modal {
+ :deep(.modal-body) {
+ display: flex;
+ flex-direction: column;
+ h5 {
+ text-align: center;
+ order: 1;
+ }
+ p {
+ order: 3
+ }
+ img {
+ order: 2;
+ }
}
}
}