mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 14:31:00 +08:00
fix(视图-提示): 修复提示框被遮挡
This commit is contained in:
@@ -345,6 +345,9 @@ export default {
|
||||
.component {
|
||||
position: absolute;
|
||||
}
|
||||
.component-outer {
|
||||
transform: translate(0);
|
||||
}
|
||||
.component-outer:hover {
|
||||
box-shadow: 0px 0px 3px #0a7be0;
|
||||
}
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
<div
|
||||
:id="chartId"
|
||||
style="width: 100%;overflow: hidden;"
|
||||
class="g2-container"
|
||||
:style="{height:chartHeight}"
|
||||
/>
|
||||
</div>
|
||||
@@ -437,3 +438,10 @@ export default {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style lang="less" scoped>
|
||||
.g2-container {
|
||||
::v-deep .g2-tooltip {
|
||||
position: fixed !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user