From 68a5e99d3008867a0344b58a209e102aee31bc8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B0=BD=EC=88=98?= Date: Mon, 6 Jan 2025 11:10:21 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AC=BC=EA=B1=B4=20=EC=A0=95=EB=B3=B4=20?= =?UTF-8?q?=EC=A0=9C=EB=AA=A9=EC=98=81=EC=97=AD=20=EB=B2=84=ED=8A=BC=20?= =?UTF-8?q?=EB=A6=AC=EC=8A=A4=ED=8A=B8=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/publishpage/PublishPage.jsx | 7 ++++++- .../sub/management/productinfo/ProductInfoTable.jsx | 9 ++++++++- src/styles/_contents.scss | 8 ++++++++ 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/src/components/publishpage/PublishPage.jsx b/src/components/publishpage/PublishPage.jsx index 0111b8a..60955f4 100644 --- a/src/components/publishpage/PublishPage.jsx +++ b/src/components/publishpage/PublishPage.jsx @@ -346,7 +346,12 @@ export default function PublishPage() { - + + + 2024-10-11 diff --git a/src/components/sub/management/productinfo/ProductInfoTable.jsx b/src/components/sub/management/productinfo/ProductInfoTable.jsx index 345ebc1..76a07d3 100644 --- a/src/components/sub/management/productinfo/ProductInfoTable.jsx +++ b/src/components/sub/management/productinfo/ProductInfoTable.jsx @@ -38,7 +38,14 @@ export default function ProductInfoTable(){ return(
-
* 必須入力項目
+
+
* 必須入力項目
+
+ + + +
+
diff --git a/src/styles/_contents.scss b/src/styles/_contents.scss index e2ab95b..4efea15 100644 --- a/src/styles/_contents.scss +++ b/src/styles/_contents.scss @@ -654,6 +654,14 @@ display: flex; align-items: center; } + .promise-title-wrap{ + display: flex; + align-items: center; + margin-bottom: 15px; + .promise-gudie{ + margin-bottom: 0; + } + } .promise-gudie{ display: block; font-size: 13px;