Skip to content

Commit

Permalink
7.0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yswenli committed Feb 27, 2022
1 parent bb19637 commit 5f09316
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions SAEA.WebRedisManager/SAEA.WebRedisManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -258,13 +258,13 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.11.39" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.0" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.42" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="6.0.0" />
<PackageReference Include="SAEA.MVC" Version="7.0.0.2" />
<PackageReference Include="SAEA.RedisSocket" Version="7.0.0.2" />
<PackageReference Include="SAEA.WebSocket" Version="7.0.0.2" />
<PackageReference Include="SAEA.MVC" Version="7.0.0.3" />
<PackageReference Include="SAEA.RedisSocket" Version="7.0.0.3" />
<PackageReference Include="SAEA.WebSocket" Version="7.0.0.3" />
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion SAEA.WebRedisManager/wwwroot/Content/js/redis.data.item.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "";
Expand Down
2 changes: 1 addition & 1 deletion SAEA.WebRedisManager/wwwroot/Index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<a href="https://github.com/yswenli/WebRedisManager/releases" target="_blank" style="font-size: 35px;color: #c5c5c5;display: inline-block;margin-top: 8px;">
<img id="markImg" src="/content/img/6139455.png" />&nbsp;WebRedisManager
<span style="font-size:15px;">
v7.0.0.2
v7.0.0.3
</span>
</a>
<ul class="layui-nav">
Expand Down

0 comments on commit 5f09316

Please sign in to comment.