From 218379aa6a22995bd0fd51a30f0b6b9253746669 Mon Sep 17 00:00:00 2001 From: houzhongjian <houzhongyi@126.com> Date: 星期一, 12 五月 2025 10:32:04 +0800 Subject: [PATCH] ai工业大模型代码提交 --- src/views/ai/mindmap/index/components/Left.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/ai/mindmap/index/components/Left.vue b/src/views/ai/mindmap/index/components/Left.vue index e684b88..5c3dbf0 100644 --- a/src/views/ai/mindmap/index/components/Left.vue +++ b/src/views/ai/mindmap/index/components/Left.vue @@ -8,7 +8,7 @@ <el-input v-model="formData.prompt" maxlength="1024" - rows="5" + :rows="5" class="w-100% mt-15px" input-style="border-radius: 7px;" placeholder="请输入提示词,让AI帮你完善" @@ -29,7 +29,7 @@ <el-input v-model="generatedContent" maxlength="1024" - rows="5" + :rows="5" class="w-100% mt-15px" input-style="border-radius: 7px;" placeholder="例如:童话里的小屋应该是什么样子?" -- Gitblit v1.9.3