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";