bill hace 2 meses
padre
commit
7adaf099a9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;