From c9f55a6e12596cd956cb8ea1449937dd946ce07b Mon Sep 17 00:00:00 2001 From: kyw546 Date: Wed, 18 Oct 2023 16:21:55 +0900 Subject: [PATCH] =?UTF-8?q?=ED=97=88=EC=9A=A9=EA=B3=A0=EB=8F=84=20?= =?UTF-8?q?=EC=95=8C=EB=A6=BC=EC=A0=95=EB=B3=B4=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/control/setting/ControlSetting.js | 27 +++++++++++++++------ 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/src/views/control/setting/ControlSetting.js b/src/views/control/setting/ControlSetting.js index 54ea936b..51b8e848 100644 --- a/src/views/control/setting/ControlSetting.js +++ b/src/views/control/setting/ControlSetting.js @@ -181,21 +181,32 @@ const ControlSetting = props => { /> + + + + +
+
+

허용고도 알림 정보

+
+
+
+
- - {mapControl.liner ? '선형' : '격자'} + + {mapControl.liner ? '선형' : '격자'}
-
- handlerAreaClick('liner')} - className='custom-control-primary' - type='switch' +
+ handlerAreaClick('liner')} + className='custom-control-primary' + type='switch' id='test07' name='test07' inline defaultChecked={mapControl.liner} - /> + />