diff --git a/public/static/images/sub/information_help.svg b/public/static/images/sub/information_help.svg
new file mode 100644
index 0000000..9eb1694
--- /dev/null
+++ b/public/static/images/sub/information_help.svg
@@ -0,0 +1,4 @@
+
diff --git a/src/components/publishpage/PublishPage.jsx b/src/components/publishpage/PublishPage.jsx
index 6ac7313..81fae13 100644
--- a/src/components/publishpage/PublishPage.jsx
+++ b/src/components/publishpage/PublishPage.jsx
@@ -129,10 +129,10 @@ export default function PublishPage() {
2024-09-24 |
- |
- 물건정보 |
+ 물건정보 |
+ ProductInfoPage |
|
- 2024-09-12 |
+ 2024-10-11 |
diff --git a/src/components/sub/management/newproduct/NewProductTable.jsx b/src/components/sub/management/newproduct/NewProductTable.jsx
index d5efb7e..4bac816 100644
--- a/src/components/sub/management/newproduct/NewProductTable.jsx
+++ b/src/components/sub/management/newproduct/NewProductTable.jsx
@@ -181,7 +181,7 @@ export default function NewProductTable(){
-
+
diff --git a/src/components/sub/management/productinfo/ProductInfoTable.jsx b/src/components/sub/management/productinfo/ProductInfoTable.jsx
index d0ee7a2..fe00d35 100644
--- a/src/components/sub/management/productinfo/ProductInfoTable.jsx
+++ b/src/components/sub/management/productinfo/ProductInfoTable.jsx
@@ -2,222 +2,260 @@ export default function ProductInfoTable(){
return(
-
+
+
+
+
+ 1.発注は同一品番基準1件のみ可能です。
+ 2. [Excelダウンロード]は、見積書、図面、シミュレーション結果をExcelファイルとして一度にダウンロードします。
+ 3.プラン情報をダブルクリックすると図面作成画面に移動します。
+
+
+
+ grid 영역
+
+
diff --git a/src/styles/_contents.scss b/src/styles/_contents.scss
index cd2edc5..271ebc2 100644
--- a/src/styles/_contents.scss
+++ b/src/styles/_contents.scss
@@ -613,6 +613,10 @@
}
}
+.infomation-wrap{
+ margin-bottom: 30px;
+}
+
.infomation-box-wrap{
display: flex;
align-items: center;
@@ -857,3 +861,44 @@
}
}
+// 물건상세
+.information-help-wrap{
+ display: flex;
+ padding: 24px;
+ background-color: #F4F4F4;
+ border-radius: 4px;
+ margin-bottom: 15px;
+ .information-help-tit-wrap{
+ position: relative;
+ display: flex;
+ align-items: center;
+ padding-right: 40px;
+ border-right: 1px solid #E0E0E3;
+ .help-tit-icon{
+ width: 40px;
+ height: 40px;
+ border-radius: 50%;
+ margin-right: 10px;
+ background: #fff url(../../public/static/images/sub/information_help.svg)no-repeat center;
+ background-size: 20px 20px;
+ }
+ .help-tit{
+ font-size: 13px;
+ font-weight: 600;
+ color: #45576F;
+ }
+ }
+ .information-help-guide{
+ padding-left: 40px;
+ span{
+ display: block;
+ font-size: 12px;
+ font-weight: 400;
+ color: #45576F;
+ margin-bottom: 7px;
+ &:last-child{
+ margin-bottom: 0;
+ }
+ }
+ }
+}
\ No newline at end of file