diff --git a/SAEA.WebRedisManager/SAEA.WebRedisManager.csproj b/SAEA.WebRedisManager/SAEA.WebRedisManager.csproj
index 9ba77e1..326dc64 100644
--- a/SAEA.WebRedisManager/SAEA.WebRedisManager.csproj
+++ b/SAEA.WebRedisManager/SAEA.WebRedisManager.csproj
@@ -258,13 +258,13 @@
-
-
+
+
-
-
-
+
+
+
diff --git a/SAEA.WebRedisManager/wwwroot/Content/js/redis.data.item.js b/SAEA.WebRedisManager/wwwroot/Content/js/redis.data.item.js
index 1c80cc9..d9cbaa5 100644
--- a/SAEA.WebRedisManager/wwwroot/Content/js/redis.data.item.js
+++ b/SAEA.WebRedisManager/wwwroot/Content/js/redis.data.item.js
@@ -200,7 +200,7 @@ layui.use(['jquery', 'layer', 'form', 'laypage'], function () {
});
var totalHeight = $(parent.window.document).find("iframe").height();
- $("#table-container").css({ "max-height": "500px", "overflow": "scroll" });
+ $("#table-container").css({ "max-height": "400px", "overflow": "scroll" });
//编辑
var edit_form_html = "";
diff --git a/SAEA.WebRedisManager/wwwroot/Index.html b/SAEA.WebRedisManager/wwwroot/Index.html
index 6861972..5b73650 100644
--- a/SAEA.WebRedisManager/wwwroot/Index.html
+++ b/SAEA.WebRedisManager/wwwroot/Index.html
@@ -22,7 +22,7 @@
WebRedisManager
- v7.0.0.2
+ v7.0.0.3