diff --git a/src/views/I2config/exportType/components/addconfigDialog.vue b/src/views/I2config/exportType/components/addconfigDialog.vue index 676d3f73..5cb3a124 100644 --- a/src/views/I2config/exportType/components/addconfigDialog.vue +++ b/src/views/I2config/exportType/components/addconfigDialog.vue @@ -4,7 +4,7 @@ class="AddDialogBox" :title="title" :visible.sync="configDialogshow" - width="520px" + width="560px" :close-on-click-modal="false" >
@@ -37,8 +37,8 @@ 导出样例:
{{ prewData }}
-
- {{ warnMsg }} +
+ {{ warnMsg }}
@@ -136,6 +136,7 @@ export default { console.log(res); this.prewData = res.data; this.warnMsg = res.warnMsg; + console.log(this.warnMsg); this.warnLoading = false; }) .catch((err) => { @@ -176,10 +177,10 @@ export default { } .configInfo { .prewInfo { - height: 300px; + //height: 300px; .prewclass { pre { - height: 230px; + max-height: 348px; overflow: auto; } }