fix: 修复函数库运行结果样式问题

This commit is contained in:
wangdan-fit2cloud 2024-09-26 16:05:29 +08:00
parent 9112dd5b45
commit fb38f94d61

View File

@ -57,7 +57,12 @@
<p class="lighter mb-8">输出</p>
<el-card class="pre-wrap danger" shadow="never" style="max-height: 350px; overflow: scroll">
<el-card
:class="isSuccess ? '' : 'danger'"
class="pre-wrap"
shadow="never"
style="max-height: 350px; overflow: scroll"
>
{{ result || '-' }}
</el-card>
</div>