Merge remote-tracking branch 'origin/v2' into v2

pull/78/head
xiaojunnuo 2024-06-18 23:50:04 +08:00
commit 80c48e9acd
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<pi-status-show :status="item.node.status?.result" type="icon"></pi-status-show>
</div>
</template>
<pre class="pi-task-view-logs"><template v-for="(text, index) of item.logs" :key="index">{{ text }}</template></pre>
<pre class="pi-task-view-logs" style="overflow: auto;"><template v-for="(text, index) of item.logs" :key="index">{{ text }}</template></pre>
</a-tab-pane>
</a-tabs>
</a-modal>