mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: 修复函数库运行结果样式问题
This commit is contained in:
parent
9112dd5b45
commit
fb38f94d61
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue