diff --git a/plugins/score/index.html b/plugins/score/index.html index 29ed89bba..2ee68ba36 100755 --- a/plugins/score/index.html +++ b/plugins/score/index.html @@ -244,6 +244,6 @@ \ No newline at end of file diff --git a/static/js/public.js b/static/js/public.js index 8afea55e9..f450785e0 100755 --- a/static/js/public.js +++ b/static/js/public.js @@ -5,7 +5,7 @@ $(document).ready(function() { }); }); -function RandomStrPwd(b) { +function randomStrPwd(b) { b = b || 32; var c = "AaBbCcDdEeFfGHhiJjKkLMmNnPpRSrTsWtXwYxZyz2345678"; var a = c.length; diff --git a/static/js/soft.js b/static/js/soft.js index a35a31f4a..5190fa5d2 100755 --- a/static/js/soft.js +++ b/static/js/soft.js @@ -4,6 +4,10 @@ function ToSizeM(byteLen) { return a || 0; } +function resetPluginWinWidth(width){ + $("div[id^='layui-layer'][class*='layui-layer-page']").width(width); +} + //软件管理窗口 function SoftMan(name, version) { var loadT = layer.msg("正在处理,请稍后...", { icon: 16, time: 0, shade: [0.3, '#000'] });