
.button_ctrl{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8e8e8;
    margin-top: 10px;
}

.button_ctrl img{
    padding-right:10px;
}

.nhUpload-removeDelete{
    .ant-upload-list-item-card-actions .anticon-delete, .ant-upload-list-item-actions .anticon-delete{ //禁用时样式去掉删除按钮
        display: none;
    }
}