layui 의 layer 전체 화면 팝 업 층

4394 단어 프레임
페이지:
<a href="javascript:;"
                                          th:onclick="'javascript:show('+${taskExam.id}+');'"
                                           class="ml-5" style="text-decoration:none"><i class="icon iconfont">i>a>

js:
//     
    var show=function (id) {
        var index = layer.open({
            type: 2,          //       
            title:"    ",  //       
            content: "/admin/taskQuestion/showQuestion/"+id,  //       
            area: ['1400px', '700px'],    //     
            maxmin: true   //       
        });
        layer.full(index);  
    }

좋은 웹페이지 즐겨찾기