Commit cbee6179 authored by 神话's avatar 神话
Browse files

设置固定宽度,防止单据页面横向变形

parent 768b9227
...@@ -384,6 +384,7 @@ export const JeecgListMixin = { ...@@ -384,6 +384,7 @@ export const JeecgListMixin = {
if(operatorDom && operatorDom[0]) { if(operatorDom && operatorDom[0]) {
operatorDomLen = operatorDom[0].offsetHeight+10 operatorDomLen = operatorDom[0].offsetHeight+10
} }
this.scroll.x = 1640
this.scroll.y = document.documentElement.clientHeight-searchWrapperDomLen-operatorDomLen-basicLength this.scroll.y = document.documentElement.clientHeight-searchWrapperDomLen-operatorDomLen-basicLength
} }
}, },
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment