fix:修改project的chart的全屏的显示问题

This commit is contained in:
zhangyu
2020-10-09 09:16:53 +08:00
parent 22762bdf71
commit 2ecf5fea7f
2 changed files with 3 additions and 1 deletions

View File

@@ -77,6 +77,8 @@
:visible.sync="screenModal"
width="90%"
@close="screenModal = false;screenLegendListMore=[]"
:append-to-body="false"
:modal-append-to-body="false"
style="margin-top: 1vh !important;"
@opened="initDialog">
<el-popover

View File

@@ -728,6 +728,6 @@
position: relative;
max-height: calc(100vh - 100px);
padding: 3px 15px 50px 15px;
z-index: 0;
z-index: 11;
}
</style>