From 36b840b98e886caeebdb81d0ecc5156631aeee2b Mon Sep 17 00:00:00 2001 From: dadiorchen Date: Thu, 1 Apr 2021 02:45:57 +0000 Subject: [PATCH] feat: fix two point problem --- src/map.js | 2 +- src/style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/map.js b/src/map.js index 81cf058db..f16ffed77 100644 --- a/src/map.js +++ b/src/map.js @@ -578,7 +578,7 @@ function changeTreeMarkSelected() {
`, - iconSize: [32, 32], +// iconSize: [32, 32], }), } ); diff --git a/src/style.css b/src/style.css index ac0f2bf31..068404d07 100644 --- a/src/style.css +++ b/src/style.css @@ -268,4 +268,5 @@ body { /*transform: translate(-50%, -50%);*/ font-family: Roboto, Arial, sans-serif; font-size: 14px; + transform: translate(-50%, -50%); }