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() {
|
- |
+
+
+ - 2025-01-06
+ - *제목 영역 버튼 리스트 추가
+
+ |
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;