修改输出结果相关函数及界面

This commit is contained in:
fofolee
2024-12-28 19:44:28 +08:00
parent 920301c794
commit 99cadf3130
3 changed files with 15 additions and 15 deletions

View File

@@ -13,11 +13,11 @@
<div>
<q-avatar :size="`${headerHeight}`">
<q-icon :class="runResultStatus ? 'text-green' : 'text-red'"
:name="runResultStatus ? 'task_alt' : 'error'"></q-icon>
:name="runResultStatus ? 'task_alt' : 'error'" size="sm"></q-icon>
</q-avatar>
<span class="text-weight-bold text-h6">运行结果</span>
<span class="text-weight-bold text-h7">运行结果</span>
</div>
<ResultMenu class="no-shadow" :stretch="true" :content="runResult.join('')" :closebtn="!fromUtools"
<ResultMenu class="no-shadow q-pa-sm" :stretch="true" :content="runResult.join('')" :closebtn="!fromUtools"
:textbtn="!enableHtml" :imagebtn="!enableHtml && isDataUrl" @showImg="showBase64Img" :style="{
height: headerHeight + 'px',
}" />