摘要: var data = [ { "StepName":"送拟稿部门初审", "Label":"送拟稿部门初审", "NeedUser":true, "AllowSelect":true, "AllowFree":false, "OnlySingleSel":false, "AutoSelectAll" 阅读全文
posted @ 2020-04-25 17:20 chchchc 阅读(389) 评论(0) 推荐(0)
摘要: 用window.onload 裹住 在document.addEventListener调用 阅读全文
posted @ 2020-04-25 15:45 chchchc 阅读(171) 评论(0) 推荐(0)
摘要: 红色区域块 会在页面滑动的时候 被撑走 导致这一片页面空白 在滑动的页面 加入 $(".content").css('overflow','inherit'); //先把他固定 setTimeout(function(){ $(".content").css('overflow','auto'); 阅读全文
posted @ 2020-04-25 15:35 chchchc 阅读(520) 评论(0) 推荐(0)