Commit a107bc01 by gao_yingdong

问题修改

parent cc283f31
......@@ -249,7 +249,10 @@ export default {
},
],
});
},
window.addEventListener("resize", () => {
myChart.resize();
});
},
//表格内容接口
getTableData(dm) {
this.type = "table";
......
......@@ -254,7 +254,7 @@ export default {
</style>
<style scoped lang="scss">
/deep/.el-drawer__wrapper {
z-index: 2042 !important;
z-index: 2062 !important;
}
/deep/ button.el-button.el-button--primary {
margin: 0 300px 10px 0 !important;
......
......@@ -47,7 +47,7 @@
</div>
</div>
<!-- -->
<el-dialog title="人像对象信息" :visible.sync="dialogVisible" width="50%">
<el-dialog title="人像对象信息" :visible.sync="dialogVisible" width="800px">
<div style="display: flex; margin: 20px">
<div style="width: 45%; margin-right: 62px">
<div style="text-align: center; font-size: 16px; font-weight: 600">
......@@ -55,7 +55,7 @@
</div>
<div>
<el-image
style="margin: 0px 14px; height: 400px; width: 100%"
style="margin: 0px 22px; height: 350px; width: 287px"
:src="zpPhoto"
></el-image>
</div>
......@@ -66,7 +66,7 @@
</div>
<div>
<el-image
style="margin: 0px 14px; height: 400px; width: 100%"
style="margin: 0px 22px; height: 350px; width: 287px"
:src="zpxx"
></el-image>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment