提交 3b00b0e2 编写于 作者: 杨龙伟(20231024)

Thu Jan 11 15:01:00 CST 2024 inscode

上级 72b8ee87
......@@ -134,13 +134,13 @@
</div>
<div class="w-full h-10 mt-2 flex gap-2" v-if="mode === 'draw'">
<input v-model="negative_prompt" class="flex-auto ring-0 outline-0 pl-2 bg-slate-200 h-10" v-on:keyup.enter="query" placeholder="逆向提示词" />
<div class="flex-none w-40 ring-0 outline-0 pl-2 h-10 flex justify-between">
<!--<div class="flex-none w-40 ring-0 outline-0 pl-2 h-10 flex justify-between">
<input v-model="width" class="ring-0 outline-0 pl-2 bg-slate-300 h-10 w-16" placeholder="width" disabled/>
<span class="h-10 leading-10">*</span>
<input v-model="height" class="ring-0 outline-0 pl-2 bg-slate-300 h-10 w-16" placeholder="height" disabled/>
</div>
<input v-model="steps" class="flex-none w-30 ring-0 outline-0 pl-2 bg-slate-300 h-10 w-16" placeholder="steps" disabled/>
<input v-model="sampler" class="flex-none w-40 ring-0 outline-0 pl-2 bg-slate-200 h-10 w-16 text-small" placeholder="sampler"/>
<input v-model="sampler" class="flex-none w-40 ring-0 outline-0 pl-2 bg-slate-200 h-10 w-16 text-small" placeholder="sampler"/>-->
</div>
</div>
</div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册