add-exist-user-modal.less 700 Bytes
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
.add-exist-user-modal-wrap {
    .modal-dialog {
        height: 600px;
        /*自定义属性弹框*/
        .modal-footer {
            padding-left: 15px !important;
        }

        .grid-container {
            /*margin-top: 10px;*/
            #userGridContainer {
                max-height: 400px;

                .dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-select {
                    width: 40px !important;
                    max-width: 40px !important;
                    padding: 0px !important;
                }
                /*.dx-toolbar .dx-texteditor {
                     width:518px !important;
                }*/
            }
        }
    }
}