add-exist-role-modal.less 1.12 KB
Newer Older
eddie.woo's avatar
eddie.woo committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
.add-exist-role-modal-wrap {
    /*自定义属性弹框*/
    .addRoleModal {
        .modal-footer {
            padding-left: 15px !important;
        }

        .container-box() {
            border: 1px solid #CDCDCD;
            border-radius: 5px;
            padding: 15px;
            height: 380px;
            width: 248px;
            float: left;
        }

        .container-wrap {
            margin-top: 10px;
            display: inline-block;

            .left-container {
                .container-box();

                .grid-container {
                    /*height: 300px;*/
                    #GridContainerRole {
                        height: 350px;
                        overflow: auto;
                    }
                }
            }

            .right-container {
                .container-box();
                margin-left: 15px;

                .grid-container {
                    /*height: 300px;*/
                    #GridContainerPermission {
                        height: 350px;
                        overflow: auto;
                    }
                }
            }
        }
    }
}