fix: 修复编辑器问题
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run

This commit is contained in:
wangdan-fit2cloud 2024-08-27 16:57:53 +08:00
parent 0152d01d37
commit ba60b3c47c

View File

@ -72,7 +72,7 @@
</el-card>
<h5 class="lighter mb-8">Python 代码</h5>
<div class="workflow-CodemirrorEditor mb-8" v-if="showEditor">
<div class="function-CodemirrorEditor mb-8" v-if="showEditor">
<CodemirrorEditor
v-model="chat_data.code"
@wheel="wheel"
@ -80,7 +80,7 @@
@keyup="isKeyDown = false"
style="height: 130px !important"
/>
<div class="workflow-CodemirrorEditor__footer">
<div class="function-CodemirrorEditor__footer">
<el-button text type="info" @click="openCodemirrorDialog" class="magnify">
<AppIcon iconName="app-magnify" style="font-size: 16px"></AppIcon>
</el-button>