Merge pull request #6910 from dataease/pr@dev@fix_click_btn_lost

fix(视图): 修复联动跳转选框在全屏预览状态下部分不可见
This commit is contained in:
wisonic-s 2023-11-29 10:18:14 +08:00 committed by GitHub
commit f64f2b89b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,6 +76,9 @@ export default {
.track-menu { .track-menu {
border: #3a8ee6 1px solid; border: #3a8ee6 1px solid;
position: absolute !important;
top: 0 !important;
left: 0 !important;
} }
</style> </style>