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