pull/339/head
midoks 2 years ago
parent c05d0244db
commit 7e61e37d80
  1. 1
      plugins/swap/index.html
  2. 6
      route/static/app/soft.js

@ -13,6 +13,7 @@
</div>
<script type="text/javascript">
resetPluginWinHeight(480);
$.getScript( "/plugins/file?name=swap&f=js/swap.js", function(){
pluginService('swap');
});

@ -5,6 +5,12 @@ function resetPluginWinWidth(width){
$("div[id^='layui-layer'][class*='layui-layer-page']").width(width);
}
//重置插件弹出框宽度
function resetPluginWinHeight(height){
$("div[id^='layui-layer'][class*='layui-layer-page']").height(height);
$(".bt-form .bt-w-main").height(height-42);
}
//软件管理窗口
function softMain(name, title, version) {

Loading…
Cancel
Save