@@ -416,10 +416,11 @@
title="构建结果"
append-to-body
:visible.sync="showResultDialog"
+ width="100%"
center
>
<template>
- <span>{{ buildResult }}</span>
+ <span v-html="buildResult"/>
</template>
</el-dialog>
<el-dialog