1a6132d1 by 杨威

多层弹框样式修改

1 parent 3e745cf5
......@@ -46,6 +46,7 @@
<el-dialog
title="权利人信息"
:visible.sync="dialogVisible"
custom-class="insetDialog"
append-to-body
width="50%"
center
......@@ -594,6 +595,8 @@
text-align: center;
}
}
}
.insetDialog{
.zdjbxxTable {
margin: 10px 0;
background-color: #fff;
......
......@@ -324,9 +324,9 @@ export default {
// 双击
this.hbsm = this.bsms[this.bsms.length-1];
this.hbjVisible = true;
setTimeout(() => {
this.$nextTick(function () {
this.$refs.hbj.getHInfo(this.hbsm);
}, 0);
})
}else{
//单击 TO DO
......