From 02ccaf9616266f45c6c91d4ac05fd1b44e0e015f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B0=BD=EC=88=98?= Date: Wed, 25 Sep 2024 15:29:12 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B9=98=EC=88=98=ED=91=9C=EC=8B=9C=20?= =?UTF-8?q?=EC=98=81=EC=97=AD=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../canvas/modal/settoing01/FirstOption.jsx | 21 +++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/src/components/canvas/modal/settoing01/FirstOption.jsx b/src/components/canvas/modal/settoing01/FirstOption.jsx index fe3bc9c..111963c 100644 --- a/src/components/canvas/modal/settoing01/FirstOption.jsx +++ b/src/components/canvas/modal/settoing01/FirstOption.jsx @@ -7,16 +7,18 @@ const buttonList01 = [ {id: 6, name: '回路番号表示'}, {id: 7, name: '流れ方向表示'}, {id: 8, name: '架台表示'}, - {id: 9, name: '廊下寸法表示'}, - {id: 10, name: '集計表表示'}, - {id: 11, name: '寸法表示なし'}, - {id: 12, name: '実際の寸法表示'}, + {id: 9, name: '集計表表示'}, ] const buttonList02 = [ {id: 1, name: 'ボーダーのみ'}, {id: 2, name: 'ラインハッチ'}, {id: 3, name: 'All painted'}, ] +const buttonList03 = [ + {id: 1, name: '廊下寸法表示'}, + {id: 2, name: '実際の寸法表示'}, + {id: 3, name: '寸法表示なし'}, +] export default function FirstOption (props){ const { onClick } = props @@ -33,6 +35,17 @@ export default function FirstOption (props){ ))} +
+

寸法表示

+
+ {buttonList03.map((item)=>( + + ))} +
+

画面表示