From d212f3c0fd6a07eea15c6b5f9893d7711c456d95 Mon Sep 17 00:00:00 2001 From: lilyyang0077 Date: Tue, 23 Jun 2026 21:03:31 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=EA=B3=BC=EC=A0=9C=20statusItems?= =?UTF-8?q?=EC=97=90=20gap=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/package.json | 2 +- frontend/src/pages/pirocheck/students/StudentDetail.module.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 45a8aad..cb82317 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "piroinfront", - "proxy": "http://localhost:8080", + "proxy": "http://54.116.94.89:8080", "version": "0.1.0", "private": true, "dependencies": { diff --git a/frontend/src/pages/pirocheck/students/StudentDetail.module.css b/frontend/src/pages/pirocheck/students/StudentDetail.module.css index 0d15987..07261dc 100644 --- a/frontend/src/pages/pirocheck/students/StudentDetail.module.css +++ b/frontend/src/pages/pirocheck/students/StudentDetail.module.css @@ -252,6 +252,7 @@ display: flex; align-items: center; justify-content: space-between; + gap: 14px; } .itemLabel { From 3f36dcdbb8e7a22b18c51ed99ee891bb3c893c99 Mon Sep 17 00:00:00 2001 From: lilyyang0077 Date: Tue, 23 Jun 2026 21:19:17 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=EC=9D=B4=ED=95=B4=EB=8F=84=EC=B2=B4?= =?UTF-8?q?=ED=81=AC=20=EC=88=AB=EC=9E=90=EC=97=90=20=EB=94=B0=EB=9D=BC=20?= =?UTF-8?q?o,x=20=ED=81=AC=EA=B8=B0=20=EB=B3=80=ED=95=98=EB=8A=94=20?= =?UTF-8?q?=EA=B2=83=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/qna/QnAListPage.module.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/frontend/src/pages/qna/QnAListPage.module.css b/frontend/src/pages/qna/QnAListPage.module.css index 10ea886..430f1d0 100644 --- a/frontend/src/pages/qna/QnAListPage.module.css +++ b/frontend/src/pages/qna/QnAListPage.module.css @@ -200,6 +200,7 @@ color: var(--dark); } + .oxBtn:disabled { cursor: default; background: var(--pale); @@ -209,11 +210,15 @@ } .oxCount { + width: 24px; + text-align: center; font-size: 20px; - margin-left: 14px; + margin-left: 8px; color: var(--gray600); font-family: var(--font-main); font-weight: 500; + line-height: 1; + flex-shrink: 0; } /* ── 질문 목록 ── */ @@ -395,7 +400,12 @@ } .commentContent svg { + width: 22px; + height: 22px; + min-width: 22px; + min-height: 22px; flex-shrink: 0; + display: block; } .commentMore {