pull/109/head
Mr Chen 7 years ago
parent 651593b0f5
commit 61a1a49f58
  1. 2
      plugins/score/index.html
  2. 2
      static/js/public.js
  3. 4
      static/js/soft.js

@ -244,6 +244,6 @@
</div>
</div>
<script type="text/javascript">
$("div[id^='layui-layer'][class*='layui-layer-page']").width('700px');
resetPluginWinWidth(700);
$.getScript("/plugins/file?name=score&f=js/score.js");
</script>

@ -5,7 +5,7 @@ $(document).ready(function() {
});
});
function RandomStrPwd(b) {
function randomStrPwd(b) {
b = b || 32;
var c = "AaBbCcDdEeFfGHhiJjKkLMmNnPpRSrTsWtXwYxZyz2345678";
var a = c.length;

@ -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'] });

Loading…
Cancel
Save