|
@@ -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;
|