diff --git a/src/views/moneyManage/receiveDetail/receiveService.vue b/src/views/moneyManage/receiveDetail/receiveService.vue index bce6ae5..4daa1dd 100644 --- a/src/views/moneyManage/receiveDetail/receiveService.vue +++ b/src/views/moneyManage/receiveDetail/receiveService.vue @@ -164,34 +164,38 @@ -
-
- -
-
- {{ textContent }} -
-
- -
-
- +
+
+
+ +
+
+ {{ textContent }} +
+
+ +
+
+ +
-
-
- -
-
- {{ textContent }} -
-
- -
-
- +
+
+
+ +
+
+ {{ textContent }} +
+
+ +
+
+ +
@@ -1652,6 +1656,16 @@ onMounted(async () => { } } + .dialog-mask { + position: fixed; + top: 0; + left: 0; + width: 100vw; + height: 100vh; + background-color: rgba(0, 0, 0, 0.5); + z-index: 2000; + } + .recallDialog { height: 392px; width: 700px; @@ -1660,7 +1674,7 @@ onMounted(async () => { top: 50%; left: 50%; transform: translate(-50%, -50%); - z-index: 1000; + z-index: 2001; .close, .cancle,