diff --git a/core/core-frontend/src/components/data-visualization/RealTimeListTree.vue b/core/core-frontend/src/components/data-visualization/RealTimeListTree.vue
index d06241bbec..ce54ba7774 100644
--- a/core/core-frontend/src/components/data-visualization/RealTimeListTree.vue
+++ b/core/core-frontend/src/components/data-visualization/RealTimeListTree.vue
@@ -503,13 +503,13 @@ const canvasChange = () => {
@click="expandClick(getComponent(index))"
>
{
:itemSize="40"
:data="datasourceTableData"
:total="datasourceTableData.length"
- :width="LeftWidth - 7"
+ :width="LeftWidth - 17"
:height="windowHeight - 350"
:scrollbarAlwaysOn="false"
class-name="el-select-dropdown__list"