fix: 修复编辑器问题
This commit is contained in:
parent
0152d01d37
commit
ba60b3c47c
@ -72,7 +72,7 @@
|
|||||||
</el-card>
|
</el-card>
|
||||||
|
|
||||||
<h5 class="lighter mb-8">Python 代码</h5>
|
<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
|
<CodemirrorEditor
|
||||||
v-model="chat_data.code"
|
v-model="chat_data.code"
|
||||||
@wheel="wheel"
|
@wheel="wheel"
|
||||||
@ -80,7 +80,7 @@
|
|||||||
@keyup="isKeyDown = false"
|
@keyup="isKeyDown = false"
|
||||||
style="height: 130px !important"
|
style="height: 130px !important"
|
||||||
/>
|
/>
|
||||||
<div class="workflow-CodemirrorEditor__footer">
|
<div class="function-CodemirrorEditor__footer">
|
||||||
<el-button text type="info" @click="openCodemirrorDialog" class="magnify">
|
<el-button text type="info" @click="openCodemirrorDialog" class="magnify">
|
||||||
<AppIcon iconName="app-magnify" style="font-size: 16px"></AppIcon>
|
<AppIcon iconName="app-magnify" style="font-size: 16px"></AppIcon>
|
||||||
</el-button>
|
</el-button>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user