fix:修改project的chart的全屏的显示问题
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -728,6 +728,6 @@
|
||||
position: relative;
|
||||
max-height: calc(100vh - 100px);
|
||||
padding: 3px 15px 50px 15px;
|
||||
z-index: 0;
|
||||
z-index: 11;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user