Merge pull request #1442 from dataease/pr@dev@fix_panel-style

fix: 仪表板Tab组件预览模式图层不明确问题
This commit is contained in:
王嘉豪 2021-12-15 11:28:26 +08:00 committed by GitHub
commit 1559cf941d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -313,4 +313,8 @@ export default {
height: 0px!important;
}
::v-deep .el-tabs__nav{
z-index: 0;
}
</style>