.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; } } } } } }