修改拖动问题
This commit is contained in:
@@ -45,8 +45,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="resizebleLeftRight" class="ui-resizable-handle mgresizebleW"></div>
|
<div id="resizebleLeftRight" class="ui-resizable-handle mgresizebleW"></div>
|
||||||
<div class="right-container" id="rightContentMask"></div>
|
|
||||||
<div class="right-container" id="rightContent">
|
<div class="right-container" id="rightContent">
|
||||||
|
<div class="right-container" id="rightContentMask"></div>
|
||||||
<div class="tab-page tab-home-page">
|
<div class="tab-page tab-home-page">
|
||||||
<div id="homePageDashboard" class="dashboard" data-height="320">
|
<div id="homePageDashboard" class="dashboard" data-height="320">
|
||||||
<section class="row">
|
<section class="row">
|
||||||
@@ -71,9 +71,9 @@
|
|||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="tab-page tab-zpages hide">
|
<div class="tab-page tab-zpages hide">
|
||||||
<div class="tabs" id="rightZpages"></div>
|
<div class="tabs" id="rightZpages"></div>
|
||||||
</div>
|
</div>
|
||||||
<!-- 在线调试配置 -->
|
<!-- 在线调试配置 -->
|
||||||
<div class="tab-page tab-online-debug-page hide">
|
<div class="tab-page tab-online-debug-page hide">
|
||||||
<div class="title-info">
|
<div class="title-info">
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ label{font-weight: normal;}
|
|||||||
|
|
||||||
#exportDocumentText{height: 350px;}
|
#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;}
|
#rightZpages{height: 100%;position: relative;top: 0;bottom: 0;left:0;right: 0;}
|
||||||
|
|
||||||
/* 在线调试框样式 */
|
/* 在线调试框样式 */
|
||||||
|
|||||||
@@ -852,7 +852,7 @@ function getRequestParamObj(responsesObj, prevRef) {
|
|||||||
function changeContentWidth(width) {
|
function changeContentWidth(width) {
|
||||||
$("#leftContent").css("width", width + 'px');
|
$("#leftContent").css("width", width + 'px');
|
||||||
$("#resizebleLeftRight").css("left", width + 'px');
|
$("#resizebleLeftRight").css("left", width + 'px');
|
||||||
$("#rightContent,#rightContentMask").css("left", width + 'px');
|
$("#rightContent").css("left", width + 'px');
|
||||||
var logoText = "zyplayer-doc-swagger";
|
var logoText = "zyplayer-doc-swagger";
|
||||||
if(width < 370 && width > 290){
|
if(width < 370 && width > 290){
|
||||||
logoText = "zyplayer-doc";
|
logoText = "zyplayer-doc";
|
||||||
|
|||||||
Reference in New Issue
Block a user