|
@@ -723,7 +723,7 @@
|
|
|
<el-dialog title="表格" :visible.sync="dialogVisibleTable2" :append-to-body="true" width="95%"
|
|
|
:before-close="handleClose" class="dialog_diy">
|
|
|
<el-form>
|
|
|
- <div class="cont" v-html="tableJson.text"></div>
|
|
|
+ <div class="cont" v-html="tableJson.text" style="line-height: 24px;"></div>
|
|
|
</el-form>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
<el-button @click="dialogVisibleTable2 = false">关 闭</el-button>
|
|
@@ -744,7 +744,7 @@
|
|
|
<el-dialog title="查看文档" :visible.sync="dialogVisibleText2" :append-to-body="true" width="800px"
|
|
|
:before-close="handleClose" class="dialog_diy">
|
|
|
<el-form>
|
|
|
- <div class="cont" v-html="tableJson.text"></div>
|
|
|
+ <div class="cont" v-html="tableJson.text" style="line-height: 24px;"></div>
|
|
|
</el-form>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
<el-button @click="dialogVisibleText2 = false">关 闭</el-button>
|