diff --git a/SoEasyPlatform/Startup.cs b/SoEasyPlatform/Startup.cs index e09b7fe9..318834f8 100644 --- a/SoEasyPlatform/Startup.cs +++ b/SoEasyPlatform/Startup.cs @@ -24,7 +24,7 @@ public class Startup /// /// 版本号 /// - public static string Version = "2452222224"; + public static string Version = "24522221224"; /// /// 接口域名目录 /// diff --git a/SoEasyPlatform/wwwroot/views/system/CodeTable.js b/SoEasyPlatform/wwwroot/views/system/CodeTable.js index 825e0810..ccd1561c 100644 --- a/SoEasyPlatform/wwwroot/views/system/CodeTable.js +++ b/SoEasyPlatform/wwwroot/views/system/CodeTable.js @@ -320,7 +320,7 @@ btnTable.onclick = function () { btnPath.$Open("#divPath", { title: configs.text.addPath, w: 600, - h: 560, + h: 600, validate: function () { var gridInfo = divGrid.$GridInfo(); if (txtDbId.value == null || txtDbId.value == "" || txtDbId.value == "0") { @@ -374,7 +374,7 @@ btnPath.$Open("#divPath", { btnPathEdit.$Open("#divPath", { title: configs.text.EditPath, w: 600, - h: 560, + h: 600, validate: function () { var gridInfo = divGrid.$GridInfo(); if (txtDbId.value == null || txtDbId.value == "" || txtDbId.value == "0") {