fix: 仪表板Tab组件预览模式图层不明确问题

This commit is contained in:
wangjiahao 2021-12-15 11:26:50 +08:00
parent 5b3d4f3cae
commit bbb082371d

View File

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