亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

重置頁面高度JS

原創(chuàng) 2019-04-29 23:21:22 365
摘要:<script type="text/javascript"> //     加載layui.js     layui.use('element',function(){       &nbs
<script type="text/javascript">
//     加載layui.js
    layui.use('element',function(){
        var element = layui.element;
        $ = layui.jquery;

        resetMenuHeight();
    })

    // 重新設(shè)置頁面高度
    function resetMenuHeight()
    {
        var height = document.documentElement.clientHeight - 50;
        // 設(shè)置菜單高度
        $('#menu').height(height);
    }

    // 設(shè)置iframe 高度
    function resetMainHeight(obj)
    {
        // 獲取父級的高度
        var height = parent.document.documentElement.clientHeight - 55;
        // 給當(dāng)前父級div重置高度
        $(obj).parent('div').height(height);
    }

</script>


批改老師:查無此人批改時間:2019-04-30 09:22:46
老師總結(jié):完成的不錯。layui框架很不錯,要多練習(xí)。繼續(xù)加油。

發(fā)佈手記

熱門詞條