From e9780a5fd6dfb5525b5a0e46cb026e6684d55eb6 Mon Sep 17 00:00:00 2001 From: hanseulhee <3021062@gmail.com> Date: Sun, 7 Apr 2024 23:04:15 +0900 Subject: [PATCH] =?UTF-8?q?[#24]=20=EC=A7=80=ED=91=9C=20=EC=9E=85=EB=A0=A5?= =?UTF-8?q?=20=ED=8F=BC=20=EC=8A=A4=ED=83=80=EC=9D=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ActiveInvestmentItem/index.module.css | 25 +++++++++++++------ .../ActiveInvestmentItem/index.tsx | 16 ++++++------ 2 files changed, 27 insertions(+), 14 deletions(-) diff --git a/app/(route)/verification/ibulsin/_components/ActiveInvestmentItem/index.module.css b/app/(route)/verification/ibulsin/_components/ActiveInvestmentItem/index.module.css index ee5d02a..8bdffdc 100644 --- a/app/(route)/verification/ibulsin/_components/ActiveInvestmentItem/index.module.css +++ b/app/(route)/verification/ibulsin/_components/ActiveInvestmentItem/index.module.css @@ -20,17 +20,20 @@ .item_name_input { width: 200px; - margin-right: 16px; + margin-right: 12px; } .score_container { - margin-right: 16px; + display: flex; + flex-direction: row; + align-items: center; } .score_container > span { font-size: 14px; - font-weight: bold; + font-weight: 700; + margin-right: 4px; } .item_score_input { - width: 40px; + width: 35px; margin-right: 4px; } .delete_btn { @@ -45,10 +48,18 @@ text-align: center; } -.columnWrapper { +.btnWrapper { display: flex; - flex-direction: column; + flex-direction: row; + align-items: center; + margin: 15px 0; +} +.rowWrapper { + display: flex; + flex-direction: row; + align-items: center; + height: auto; gap: 3px; } @@ -60,5 +71,5 @@ .checkbox { accent-color: var(--purple-700); - margin-bottom: 20px; + margin-right: 10px; } diff --git a/app/(route)/verification/ibulsin/_components/ActiveInvestmentItem/index.tsx b/app/(route)/verification/ibulsin/_components/ActiveInvestmentItem/index.tsx index afc5b2d..1b731f0 100644 --- a/app/(route)/verification/ibulsin/_components/ActiveInvestmentItem/index.tsx +++ b/app/(route)/verification/ibulsin/_components/ActiveInvestmentItem/index.tsx @@ -95,7 +95,15 @@ function ActiveInvestmentItem({ -
+
+
+ +
- ) }