diff --git a/nezha-fronted/src/components/charts/line-chart-block.scss b/nezha-fronted/src/components/charts/line-chart-block.scss
index 8a2d762e8..482e7660d 100644
--- a/nezha-fronted/src/components/charts/line-chart-block.scss
+++ b/nezha-fronted/src/components/charts/line-chart-block.scss
@@ -70,6 +70,28 @@
padding: 20px 8px;
margin-bottom: 10px;
padding-bottom: 3px;
+ .vue-resizable-handle {
+ position: absolute;
+ width: 20px;
+ height: 20px;
+ bottom: 0;
+ right: 0;
+ cursor: se-resize;
+ box-sizing: border-box;
+ }
+ .vue-resizable-handle:after {
+ border-right: 2px solid #555;
+ border-bottom: 2px solid #555;
+ content: "";
+ position: absolute;
+ right: 3px;
+ bottom: 3px;
+ width: 5px;
+ height: 5px;
+ /*border-right: 2px solid rgba(0,0,0,.4);
+ border-bottom: 2px solid rgba(0,0,0,.4);*/
+ box-sizing: inherit;
+ }
.chartTitle {
text-align: center;
width: 100%;
diff --git a/nezha-fronted/src/components/charts/line-chart-block.vue b/nezha-fronted/src/components/charts/line-chart-block.vue
index 522a3ed33..48989be41 100644
--- a/nezha-fronted/src/components/charts/line-chart-block.vue
+++ b/nezha-fronted/src/components/charts/line-chart-block.vue
@@ -107,6 +107,8 @@
+
+