|
|
@@ -36,6 +36,10 @@ $(document).ready(function () {
|
|
|
rightElesObj.left = $('#midContent');
|
|
|
rightElesObj.right = $('#rightContent');
|
|
|
SlideResize.horizontalSlide(rightElesObj, {min: 200, max: `$('#dataRow').width() - $('#leftContent').width() - 200`}, function () {
|
|
|
+ let resizeRate = 500 / $('#midContent').width(),
|
|
|
+ sheetRate = 100 - resizeRate;
|
|
|
+ $('#leftResize').css('width', `${resizeRate}%`);
|
|
|
+ $('#GLJListSheet').css('width', `${sheetRate}%`);
|
|
|
refreshALlWorkBook();
|
|
|
});
|
|
|
});
|