.rename-list{
    padding: 17px 16px 0;
    width: 100%;
    table{
        width: 100%;
        td,th{
            padding: 0 8px;
            line-height: 36px;
            color: rgba(0, 0, 0, .6);
            width: 50%;
            border-bottom: 1px solid #DCDEE3;
        }
        th{
            background-color: #F2F3F7;
        }
    }
    input[type="text"]{
        height: 28px;
        width: 90%;
    }
}
.modal .fe-modal-container .fe-modal-header{
    border-bottom: 1px solid #f4f4f4;
    .fe-modal-header-title{
        line-height: 50px;
    }
}