From 28dcdcbdb96790ed3d0c7adc590c9c31ac2f999d Mon Sep 17 00:00:00 2001 From: ZHAOTONGHUA <2066753415@qq.com> Date: Tue, 19 Nov 2019 11:16:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E6=80=81=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/views/common/index.php | 4 ++-- frontend/web/assets/css/popUps.css | 3 +++ frontend/web/assets/js/popUps.js | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) 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 () {