bg-removal-panel.module.scss 602 字节
.ai-models {
    button {
        margin-bottom: 10px;
        padding: 10px;
        width: 100%;
    }
}

.prompt{
    position: relative;
    .tx{
        max-width: 100%;
        width: 100%;
        padding: 10px;
    }
    .ai-prompt{
        position: absolute;
        right: 10px;
        bottom: 10px;
        display: flex;
        align-items: center;
        font-size: 12px;
        cursor: pointer;
        color: #666;
    }
}



.loading-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}