审查视图

app/components/bgRemoval/bg-removal-panel.module.scss 602 字节
202304001 authored
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 26 27 28 29 30 31 32 33 34 35 36 37
.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%;
}