优化生成按钮 UI

This commit is contained in:
RockYang
2025-08-09 23:49:29 +08:00
parent 9a94d98725
commit 000969d902
5 changed files with 72 additions and 60 deletions
+9 -14
View File
@@ -43,17 +43,14 @@
>
</div>
<div class="submit-btn flex-center">
<el-button
style="width: 200px"
type="primary"
:dark="false"
round
<div class="p-4">
<button
class="w-full py-3 bg-gradient-to-r from-blue-500 to-purple-600 text-white rounded-xl disabled:from-gray-400 disabled:to-gray-400 disabled:cursor-not-allowed hover:from-blue-600 hover:to-purple-700 transition-all duration-200 flex items-center justify-center space-x-2 text-base"
@click="generateAI"
:loading="loading"
>
生成思维导图
</el-button>
</button>
</div>
<div class="param-line">使用已有内容生成</div>
@@ -66,15 +63,13 @@
/>
</div>
<div class="param-line flex-center">
<el-button
color="rgb(78, 51, 254)"
style="width: 200px"
:dark="false"
round
<div class="param-line">
<button
class="w-full py-3 bg-gradient-to-r from-green-400 to-blue-500 text-white rounded-xl disabled:from-gray-400 disabled:to-gray-400 disabled:cursor-not-allowed hover:from-green-500 hover:to-blue-600 transition-all duration-200 flex items-center justify-center space-x-2 text-base"
@click="generate"
>直接生成免费</el-button
>
直接生成免费
</button>
</div>
</el-form>
</div>