From 16d03d2847852419d0d606272fa918599dcac8a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9A=AE=E5=85=89=EF=BC=9A=E5=9F=8E=E4=B8=AD=E5=9F=8E?= <806783409@qq.com> Date: Sun, 9 Dec 2018 23:00:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8B=96=E5=8A=A8=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zyplayer-doc-swagger/src/main/resources/document.html | 8 ++++---- .../src/main/resources/webjars/mg-ui/css/mg-ui.css | 2 +- .../src/main/resources/webjars/mg-ui/js/mg-ui.js | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/zyplayer-doc-swagger/src/main/resources/document.html b/zyplayer-doc-swagger/src/main/resources/document.html index 5e30599f..a27d036c 100644 --- a/zyplayer-doc-swagger/src/main/resources/document.html +++ b/zyplayer-doc-swagger/src/main/resources/document.html @@ -45,8 +45,8 @@
-
+
@@ -71,9 +71,9 @@
-
-
-
+
+
+
diff --git a/zyplayer-doc-swagger/src/main/resources/webjars/mg-ui/css/mg-ui.css b/zyplayer-doc-swagger/src/main/resources/webjars/mg-ui/css/mg-ui.css index a6c68d72..edd00d82 100644 --- a/zyplayer-doc-swagger/src/main/resources/webjars/mg-ui/css/mg-ui.css +++ b/zyplayer-doc-swagger/src/main/resources/webjars/mg-ui/css/mg-ui.css @@ -76,7 +76,7 @@ label{font-weight: normal;} #exportDocumentText{height: 350px;} -#rightContentMask{background-color: rgba(0, 0, 0, 0);display: none;position: relative;top: 0;bottom: 0;left:0;right: 0;} +#rightContentMask{background-color: rgba(0, 0, 0, 0);padding: 0;z-index:9999; height: 100%;display: none;position: absolute;top: 0;bottom: 0;left:0;right: 0;} #rightZpages{height: 100%;position: relative;top: 0;bottom: 0;left:0;right: 0;} /* 在线调试框样式 */ diff --git a/zyplayer-doc-swagger/src/main/resources/webjars/mg-ui/js/mg-ui.js b/zyplayer-doc-swagger/src/main/resources/webjars/mg-ui/js/mg-ui.js index 68550d89..cbe85ab8 100644 --- a/zyplayer-doc-swagger/src/main/resources/webjars/mg-ui/js/mg-ui.js +++ b/zyplayer-doc-swagger/src/main/resources/webjars/mg-ui/js/mg-ui.js @@ -852,7 +852,7 @@ function getRequestParamObj(responsesObj, prevRef) { function changeContentWidth(width) { $("#leftContent").css("width", width + 'px'); $("#resizebleLeftRight").css("left", width + 'px'); - $("#rightContent,#rightContentMask").css("left", width + 'px'); + $("#rightContent").css("left", width + 'px'); var logoText = "zyplayer-doc-swagger"; if(width < 370 && width > 290){ logoText = "zyplayer-doc";