parent
94a989ea57
commit
49cd5a795b
|
@ -187,8 +187,10 @@
|
||||||
</v-chip>
|
</v-chip>
|
||||||
</template>
|
</template>
|
||||||
</v-combobox>
|
</v-combobox>
|
||||||
<div class="caption grey--text text--darken-1">
|
<div
|
||||||
태그를 입력하고 스페이스바를 누르면 추가됩니다.
|
class="caption grey--text text--darken-1 custom-caption"
|
||||||
|
>
|
||||||
|
태그를 입력하고 엔터를 누르면 추가됩니다.
|
||||||
</div>
|
</div>
|
||||||
</v-col>
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
|
@ -265,7 +267,9 @@
|
||||||
auto-grow
|
auto-grow
|
||||||
rows="4"
|
rows="4"
|
||||||
/>
|
/>
|
||||||
<div class="caption grey--text text--darken-1 mt-1">
|
<div
|
||||||
|
class="caption grey--text text--darken-1 mt-1 custom-caption"
|
||||||
|
>
|
||||||
캐릭터의 행동 방식과 제약사항을 정의하는 시스템 프롬프트입니다.
|
캐릭터의 행동 방식과 제약사항을 정의하는 시스템 프롬프트입니다.
|
||||||
</div>
|
</div>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
@ -617,4 +621,8 @@ export default {
|
||||||
.delete-btn {
|
.delete-btn {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.custom-caption {
|
||||||
|
font-size: 16px !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue