From d05b98d6e103ddeb54d75a6e2d7269ef45fbf4fa Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 25 Jul 2023 14:39:23 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E6=8F=8F=E7=82=B9?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E8=B0=83=E5=B0=8F=E5=88=B030px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/packages/tools/AiMap.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/packages/tools/AiMap.vue b/ui/packages/tools/AiMap.vue index 818d4822..6ca450cd 100644 --- a/ui/packages/tools/AiMap.vue +++ b/ui/packages/tools/AiMap.vue @@ -228,8 +228,8 @@ export default { position: relative; & > img { - width: 50px; - height: 50px; + width: 30px; + height: 30px; } & > span { From 45a6e9f4680183765a5b74c0302e763a70432b1b Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 25 Jul 2023 15:26:40 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E6=8F=8F=E7=82=B9?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E8=B0=83=E5=B0=8F=E5=88=B030px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/AiDvRender.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/AiDvRender.vue b/components/AiDvRender.vue index 84a79866..1cbbe6ae 100644 --- a/components/AiDvRender.vue +++ b/components/AiDvRender.vue @@ -256,8 +256,8 @@ export default { position: relative; & > img { - width: 50px; - height: 50px; + width: 30px; + height: 30px; } & > span {