fix: 修复函数库运行结果样式问题
This commit is contained in:
parent
9112dd5b45
commit
fb38f94d61
@ -57,7 +57,12 @@
|
|||||||
|
|
||||||
<p class="lighter mb-8">输出</p>
|
<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 || '-' }}
|
{{ result || '-' }}
|
||||||
</el-card>
|
</el-card>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user