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

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