Skip to content

Commit

Permalink
更新js
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyecommerce committed Jan 22, 2021
1 parent c9d8d7f commit 1454094
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions myassets/dwz_jui-master/js/dwz.ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,6 @@ function initUI(_box){
var div = document.getElementById("container");
var w = div.offsetWidth; // 返回元素的总宽度
var h = div.offsetHeight; // 返回元素的总高度
$(".big_dialog").attr("width", w*0.99);
$(".big_dialog").attr("height", h*0.95);
$(".big_dialog").attr("width", w*0.95);
$(".big_dialog").attr("height", h*0.95);

Expand Down

0 comments on commit 1454094

Please sign in to comment.