|
|
@ -49,8 +49,12 @@ |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
|
<el-dialog :visible.sync="dialog" title="异常详情" append-to-body top="30px" width="85%"> |
|
|
|
<el-dialog :visible.sync="dialog" title="异常详情" append-to-body top="30px"> |
|
|
|
<span class="dialog-right-top" /> |
|
|
|
<span class="dialog-left-bottom" /> |
|
|
|
<div class="setting-dialog"> |
|
|
|
<pre v-highlightjs="errorInfo"><code class="java" /></pre> |
|
|
|
</div> |
|
|
|
</el-dialog> |
|
|
|
<!--分页组件--> |
|
|
|
<pagination /> |
|
|
@ -144,12 +148,16 @@ export default { |
|
|
|
.demo-table-expand .el-form-item__content { |
|
|
|
font-size: 12px; |
|
|
|
} |
|
|
|
::v-deep .el-dialog{ |
|
|
|
width: 1200px !important; |
|
|
|
} |
|
|
|
::v-deep .el-dialog__body { |
|
|
|
padding: 0 20px 10px 20px !important; |
|
|
|
} |
|
|
|
.java.hljs { |
|
|
|
color: #444; |
|
|
|
background: #ffffff !important; |
|
|
|
color: #999; |
|
|
|
background: transparent !important; |
|
|
|
width: 100%; |
|
|
|
height: 630px !important; |
|
|
|
} |
|
|
|
::v-deep .head-container{ |
|
|
|