From dc1a7aa190794417404a1fdd8a7826e79cd2ba3f Mon Sep 17 00:00:00 2001
From: sunkaixuna <610262374@qq.com>
Date: Tue, 5 Oct 2021 01:23:19 +0800
Subject: [PATCH] -
---
SoEasyPlatform/Startup.cs | 2 +-
SoEasyPlatform/wwwroot/views/system/CodeTable.js | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
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") {