diff --git a/frontend/views/common/index.php b/frontend/views/common/index.php
index 5546586..131b59d 100644
--- a/frontend/views/common/index.php
+++ b/frontend/views/common/index.php
@@ -105,7 +105,7 @@
- //
+
跳过
权限管理,系统管理功能,用户设置,权限管理,权限分配,部门管理
@@ -118,7 +118,7 @@
上一步
下一步
- //
+
diff --git a/frontend/web/assets/css/popUps.css b/frontend/web/assets/css/popUps.css
index 9e216bc..8299370 100644
--- a/frontend/web/assets/css/popUps.css
+++ b/frontend/web/assets/css/popUps.css
@@ -32,6 +32,7 @@
top: calc(50% - 322px);
left: 71%;
text-align: center;
+ z-index:2002 ;
}
.Previous{
position: absolute;
@@ -44,6 +45,7 @@
border-radius: 6px;
top: calc(70% - 322px);
left: 71%;
+ z-index:2002 ;
}
.nextPage{
position: absolute;
@@ -56,4 +58,5 @@
top: calc(70% - 322px);
left: 80%;
text-align: center;
+ z-index:2002 ;
}
\ No newline at end of file
diff --git a/frontend/web/assets/js/popUps.js b/frontend/web/assets/js/popUps.js
index 40744d0..4ae0d10 100644
--- a/frontend/web/assets/js/popUps.js
+++ b/frontend/web/assets/js/popUps.js
@@ -4,6 +4,7 @@ $(function(){
$(".jump").removeClass("unchoose");
$(".Previous").removeClass("unchoose");
$(".nextPage").removeClass("unchoose");
+ $(".content").eq(0).removeClass("unchoose");
});
$(".nextPage").click(function () {