[update] 52992
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
:footer="false"
|
||||
@cancel="handleCancel"
|
||||
>
|
||||
<p>{{contentValue}}</p>
|
||||
<p v-html='contentValue'></p>
|
||||
</a-modal>
|
||||
<!-- 添加节点-->
|
||||
<a-modal
|
||||
@@ -332,8 +332,9 @@
|
||||
},
|
||||
methods: {
|
||||
//显示条款内容弹框
|
||||
showContent(){
|
||||
// this.contentVisible=true
|
||||
showContent(val){
|
||||
this.contentVisible=true
|
||||
this.contentValue = val
|
||||
},
|
||||
//关闭条款内容弹框
|
||||
handleCancel(){
|
||||
@@ -1283,6 +1284,10 @@
|
||||
}
|
||||
|
||||
}
|
||||
.ant-modal-body{
|
||||
max-height: 500px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.split-detail-table{
|
||||
.ant-table-body{
|
||||
overflow: auto!important;
|
||||
|
||||
Reference in New Issue
Block a user