From e295922209fb87c6dcd68ea1560fd16c3e6d808c Mon Sep 17 00:00:00 2001 From: dongyukun <1208714201@qq.com> Date: 星期五, 27 六月 2025 09:36:51 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/feature/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