|
@@ -73,10 +73,10 @@
|
|
|
</el-tooltip>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <p v-if="!downlist.length" style="margin: 1em 0">键入提示并按下“生成图片”按钮。</p>
|
|
|
- <p v-if="!downlist.length" style="margin: 1em 0">如果你想引导人工智能,你可以设置一个“初始图片”。</p>
|
|
|
- <p v-if="!downlist.length" style="margin: 1em 0">点击“图像设置”以设置生成的图像数量。</p>
|
|
|
- <p v-if="!downlist.length" >享受!:)</p>
|
|
|
+ <p class="tishiyu" v-if="!downlist.length" style="margin: 1em 0">键入提示并按下“生成图片”按钮。</p>
|
|
|
+ <p class="tishiyu" v-if="!downlist.length" style="margin: 1em 0">如果你想引导人工智能,你可以设置一个“初始图片”。</p>
|
|
|
+ <p class="tishiyu" v-if="!downlist.length" style="margin: 1em 0">点击“图像设置”以设置生成的图像数量。</p>
|
|
|
+ <p class="tishiyu" v-if="!downlist.length" >享受!:)</p>
|
|
|
<!-- <el-empty
|
|
|
description="请选择左侧选项进行生成图片哦"
|
|
|
v-if="!downlist.length"
|
|
@@ -551,7 +551,10 @@ input {
|
|
|
font-size: 14px;
|
|
|
border-radius: 5px;
|
|
|
}
|
|
|
-
|
|
|
+.tishiyu{
|
|
|
+ font-size: 11pt;
|
|
|
+ color: #eee;
|
|
|
+}
|
|
|
</style>
|
|
|
<style scoped>
|
|
|
.el-input__inner{
|