bill 2 months ago
parent
commit
7adaf099a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/example/fuse/views/overview/header.vue

+ 1 - 1
src/example/fuse/views/overview/header.vue

@@ -130,7 +130,7 @@ const setViewToTableCover = async () => {
 
   draw.config.labelLineConfig.type = "auto";
   draw.config.labelLineConfig.strokeWidth = 2;
-  draw.config.labelLineConfig.fontSize = 10;
+  draw.config.labelLineConfig.fontSize = width / 70;
 
   await nextTick();
   draw.config.labelLineConfig.showOffset = padding - 5;