diff --git a/core/core-frontend/src/views/chart/components/views/components/ChartComponentG2Plot.vue b/core/core-frontend/src/views/chart/components/views/components/ChartComponentG2Plot.vue index 72d69d5..da23672 100644 --- a/core/core-frontend/src/views/chart/components/views/components/ChartComponentG2Plot.vue +++ b/core/core-frontend/src/views/chart/components/views/components/ChartComponentG2Plot.vue @@ -955,12 +955,12 @@ onBeforeUnmount(() => { color: #fff !important; } :deep(.l7-control-zoom){ - position:fixed; + position:fixed !important; right: 0px; bottom: 65px; } :deep(.l7-control-button){ - position:fixed; + position:fixed !important; right: 0px; bottom: 35px; }