修改拖动问题

This commit is contained in:
暮光:城中城
2018-12-09 23:00:11 +08:00
parent 5f11ab9de0
commit 16d03d2847
3 changed files with 6 additions and 6 deletions

View File

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