Commit 5b58c46c by anxiaohe

扫码弹窗问题

parent 01e56e35
...@@ -445,10 +445,9 @@ ...@@ -445,10 +445,9 @@
scanStart(); scanStart();
renderScanTable(); renderScanTable();
setTimeout(function () { setTimeout(function () {
var width = layer.width(); // var width = layer.width();
var height = layer.height(); var height = layer.height();
layer.width(width + 1); layer.find('.layui-layer-content').height(height - 97);
layer.height(height + 1);
}) })
}, },
yes: function (index, layero) { yes: function (index, layero) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment