.modal .fe-modal-container .fe-modal-header{
    border-bottom: 1px solid #f4f4f4;
    .fe-modal-header-title{
        line-height: 50px;
    }
}
.rename-tips-container{
    margin-top: 20px;
    width: 100%;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    p{
        width: 80%;
        word-wrap: break-word;
        margin-bottom: 0;
        text-align: center;
    }
}