From 0e1fc0a3e91fdf457862e99200b8977a7173f21d Mon Sep 17 00:00:00 2001 From: wyc <1104749580@qq.com> Date: Fri, 7 Aug 2026 16:34:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=8C=E9=9D=A2=E6=98=BE=E7=A4=BA=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Data_Source/Data_Source_Show.tsx | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/src/Data_Source/Data_Source_Show.tsx b/src/Data_Source/Data_Source_Show.tsx index d196e74..fb3531a 100644 --- a/src/Data_Source/Data_Source_Show.tsx +++ b/src/Data_Source/Data_Source_Show.tsx @@ -150,10 +150,11 @@ export class Data_Source_Show extends enhance.Base { style.base_station_show = e.target.checked; refresh(); }}>展示基站 - {mode === "map3d" && { - style.constant_screen_size = e.target.checked; - refresh(); - }}>固定视觉大小} + {mode === "map3d" && + { + style.constant_screen_size = e.target.checked; + refresh(); + }}>固定视觉大小} { @@ -292,16 +293,14 @@ export class Data_Source_Show extends enhance.Base { - + 位置导航 - - { - ds.locate_base_station(); - }}>回到基站 - this.locate_current_aircraft(ds)} - disabled={!this.current_aircraft(ds)}>回到当前飞机 - - + { + ds.locate_base_station(); + }}>回到基站 + this.locate_current_aircraft(ds)} + disabled={!this.current_aircraft(ds)}>回到当前飞机 + );