From 5f093168bb724b82cfcecc668cc3f66d141327fe Mon Sep 17 00:00:00 2001 From: yswenli Date: Sun, 27 Feb 2022 17:32:30 +0800 Subject: [PATCH] 7.0.0.3 --- SAEA.WebRedisManager/SAEA.WebRedisManager.csproj | 10 +++++----- .../wwwroot/Content/js/redis.data.item.js | 2 +- SAEA.WebRedisManager/wwwroot/Index.html | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) 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