JS全局:

define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefined, Backend, Table, Form) {
    Fast.config.openArea = ['100%','100%'];
    var Controller = {
        ...........
    };
    return Controller;
});

局部大小html代码添加:

8609876b25b93c59ed3c77d23caa1fc2.png


局部大小修改:js文件

index: function () {
    $(".btn-add").data("area",["100%","100%"]);
    $(".btn-edit").data("area",["100%","100%"]);
}

或者

table.on('post-body.bs.table',function(){
            $(".btn-editone").data("area",["100%","100%"]);
        })

点赞(0) 打赏

评论列表 共有 0 条评论

暂无评论
立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部

Copyright © 2016-2025.By阿狸小乖 版权所有    主页

滇ICP备17010414号-1