|
@@ -53,9 +53,9 @@
|
|
|
|
|
|
<el-dialog v-model="displayDialogVisible" title="执行结果">
|
|
|
<el-container direction="vertical">
|
|
|
- <el-container v-for="(item, index) in resultData" :key="index" direction="horizontal" style=" place-items: center center">
|
|
|
+ <el-container v-for="(item, index) in resultData" :key="index" direction="horizontal" style="place-items: center center">
|
|
|
<span> {{ item.split('/')[item.split('/').length - 1] }} </span>
|
|
|
- <el-image :src="'/api/profile' + item" style="max-width: 300px; max-height: 300px"></el-image>
|
|
|
+ <el-image :src="'/api/profile' + item" style="max-width: 600px; max-height: 300px"></el-image>
|
|
|
</el-container>
|
|
|
</el-container>
|
|
|
</el-dialog>
|