|
@@ -644,8 +644,8 @@ let repositoryGljObj = {
|
|
|
},
|
|
|
//组成物表能编辑则显示,否则隐藏该工作表
|
|
|
spreadControl: function (showComponent) {
|
|
|
- let leftWidth = getLocalCache('compleGLjleftContentWidth') || '50%',
|
|
|
- midWidth = getLocalCache('compleGLjmidContentWidth') || '25%',
|
|
|
+ let leftWidth = getLocalCache('compleGLjleftContentWidth') || '28%',
|
|
|
+ midWidth = getLocalCache('compleGLjmidContentWidth') || '47%',
|
|
|
rightWidth = getLocalCache('compleGLjrightContentWidth') || '25%';
|
|
|
[leftWidth, midWidth, rightWidth] = [leftWidth, midWidth, rightWidth].map((v) => parseFloat(v.replace('%', '')));
|
|
|
let curMidWidth = parseFloat($('#midContent')[0].style.width.replace('%', '')),
|