helpers icon indicating copy to clipboard operation
helpers copied to clipboard

terminal-box高度不准确

Open ichynul opened this issue 6 years ago • 0 comments

$(function () {});里面$('#pjax-container').height()某些情况下获取不到真实高度。 例如在浏览器里面输入http://host/admin/helpers/terminal/artisan的时候打开,或刷新这个地址。

$(window).load(function () {});换成这样会好一些。

ichynul avatar Mar 01 '19 01:03 ichynul