We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27624b4 commit 3e0e157Copy full SHA for 3e0e157
2 files changed
SoEasyPlatform/Startup.cs
@@ -24,7 +24,7 @@ public class Startup
24
/// <summary>
25
/// 版本号
26
/// </summary>
27
- public static string Version = "1.2611";
+ public static string Version = "1.27";
28
29
/// 接口域名目录
30
SoEasyPlatform/wwwroot/views/shared/overwritesugar.js
@@ -365,8 +365,16 @@ var SugarContext = {
365
// ...
366
});
367
})
368
+ },
369
+ Onresize: function () {
370
+ window.onresize = function ()
371
+ {
372
+
373
+ $(".x_panel").css({ height: $(window).height() - 45 });
374
+ }
375
}
376
};
377
$sugar.init(SugarContext);
378
SugarContext.AjaxAopLoadingInit();
379
+SugarContext.Onresize();
380
0 commit comments