diff --git a/src/components/PublishList/PublishList.tsx b/src/components/PublishList/PublishList.tsx
index f5d2a83..74f9f65 100644
--- a/src/components/PublishList/PublishList.tsx
+++ b/src/components/PublishList/PublishList.tsx
@@ -139,7 +139,11 @@ export default function PublishList (){
|
-
+ |
+
+ - 2025/05/13
+ - * 제목 변경 및 문의 유형 추가
+
|
2025/04/30 |
@@ -150,7 +154,11 @@ export default function PublishList (){
|
-
+ |
+
+ - 2025/05/13
+ - * 문의 유형 필드 및 연락처, 이름 필드 추가, 제목 변경
+
|
2025/04/30 |
@@ -161,7 +169,11 @@ export default function PublishList (){
|
-
+ |
+
+ - 2025/05/13
+ - * 이름, 연락처, 문의 유형 추가, 제목 변경
+
|
2025/04/30 |
@@ -172,7 +184,11 @@ export default function PublishList (){
|
-
+ |
+
+ - 2025/05/13
+ - * 이름, 연락처, 문의 유형 추가, 제목 변경
+
|
2025/04/30 |
diff --git a/src/components/inquiry/inquiryanswer/InquiryAnswerData.tsx b/src/components/inquiry/inquiryanswer/InquiryAnswerData.tsx
index 0cce70c..e4d3c13 100644
--- a/src/components/inquiry/inquiryanswer/InquiryAnswerData.tsx
+++ b/src/components/inquiry/inquiryanswer/InquiryAnswerData.tsx
@@ -20,6 +20,14 @@ export default function InquiryAnswerData() {
作者 |
Hong gi |
+
+ | 名前 |
+ Kim |
+
+
+ | 番号 |
+ 070-1234-5678 |
+
| 販売店 |
interplug |
@@ -36,7 +44,11 @@ export default function InquiryAnswerData() {
-
屋根適合
+
+ 屋根
+ 適合性
+ 屋根材
+
屋根材適合性確認依頼
入力した内容が表示されます.
@@ -66,7 +78,7 @@ export default function InquiryAnswerData() {
佐藤一貴/ 2025.04.02 16:54:00
-
回答
+
回答
一次側接続は, 自動切替開閉器と住宅分電盤昼間遮断器との間に蓄電システム遮断器を配線する方法です.
二次側接続は, 住宅分電盤週間ブレーカの二次側に蓄電システムブレーカを接続する
diff --git a/src/components/inquiry/inquirycreate/InquiryCreateForm.tsx b/src/components/inquiry/inquirycreate/InquiryCreateForm.tsx
index 0d0c9fc..961ed53 100644
--- a/src/components/inquiry/inquirycreate/InquiryCreateForm.tsx
+++ b/src/components/inquiry/inquirycreate/InquiryCreateForm.tsx
@@ -13,17 +13,41 @@ export default function InquiryCreateForm(){
+
+
+
+
+
+
+
+
+
diff --git a/src/components/inquiry/inquirydetail/InquiryDetailData.tsx b/src/components/inquiry/inquirydetail/InquiryDetailData.tsx
index 3aafb6d..48a0dee 100644
--- a/src/components/inquiry/inquirydetail/InquiryDetailData.tsx
+++ b/src/components/inquiry/inquirydetail/InquiryDetailData.tsx
@@ -20,6 +20,14 @@ export default function InquiryDetailData() {
作者 |
Hong gi |
+
+ | 名前 |
+ Kim |
+
+
+ | 番号 |
+ 070-1234-5678 |
+
| 販売店 |
interplug |
@@ -36,7 +44,11 @@ export default function InquiryDetailData() {
-
屋根適合
+
+ 屋根
+ 適合性
+ 屋根材
+
屋根材適合性確認依頼
入力した内容が表示されます.
diff --git a/src/components/inquiry/inquirylist/InquiryListTable.tsx b/src/components/inquiry/inquirylist/InquiryListTable.tsx
index bbbe91d..c17bf6c 100644
--- a/src/components/inquiry/inquirylist/InquiryListTable.tsx
+++ b/src/components/inquiry/inquirylist/InquiryListTable.tsx
@@ -23,7 +23,11 @@ export default function InquiryListTable(){
-
-
屋根
+
+ 屋根
+ 適合性
+ 屋根材
+
屋根材適合性確認依頼
2025.04.02
回答待ち
@@ -31,7 +35,11 @@ export default function InquiryListTable(){
-
-
設計
+
+ 屋根
+ 適合性
+ 屋根材
+
設置可能ですか?
2025.04.02
回答完了
@@ -39,7 +47,11 @@ export default function InquiryListTable(){
-
-
屋根
+
+ 屋根
+ 適合性
+ 屋根材
+
屋根材適合性確認依頼屋根材適合性確認依頼屋根材適合性確認依頼屋根材適合性確認依頼
2025.04.02
回答待ち
@@ -47,7 +59,11 @@ export default function InquiryListTable(){
-
-
設計
+
+ 屋根
+ 適合性
+ 屋根材
+
設置可能ですか?
2025.04.02
回答完了
diff --git a/src/styles/components/_sub.scss b/src/styles/components/_sub.scss
index 91c859f..9475869 100644
--- a/src/styles/components/_sub.scss
+++ b/src/styles/components/_sub.scss
@@ -338,8 +338,34 @@
position: relative;
padding-right: 70px;
.inquiry-item-category{
- @include defaultFont($font-s-13, $font-w-400, $font-c);
+ display: flex;
+ align-items: center;
margin-bottom: 5px;
+ span{
+ position: relative;
+ display: block;
+ @include defaultFont($font-s-13, $font-w-400, $font-c);
+ padding: 0 6px;
+ &:first-child{
+ padding-left: 0;
+ }
+ &:last-child{
+ padding-right: 0;
+ &::before{
+ display: none;
+ }
+ }
+ &::before{
+ content: '';
+ position: absolute;
+ top: 50%;
+ right: 0;
+ transform: translateY(-50%);
+ width: 1px;
+ height: 10px;
+ background-color: #A2ABB8;
+ }
+ }
}
.inquiry-item-tit{
@include defaultFont($font-s-15, $font-w-500, $font-c);
@@ -419,8 +445,34 @@
border-bottom: 1px solid #2E3A59;
margin-bottom: 24px;
.inquiry-detail-category{
- @include defaultFont($font-s-13, $font-w-400, $font-c);
+ display: flex;
+ align-items: center;
margin-bottom: 3px;
+ span{
+ position: relative;
+ display: block;
+ @include defaultFont($font-s-13, $font-w-400, $font-c);
+ padding: 0 6px;
+ &:first-child{
+ padding-left: 0;
+ }
+ &:last-child{
+ padding-right: 0;
+ &::before{
+ display: none;
+ }
+ }
+ &::before{
+ content: '';
+ position: absolute;
+ top: 50%;
+ right: 0;
+ transform: translateY(-50%);
+ width: 1px;
+ height: 10px;
+ background-color: #A2ABB8;
+ }
+ }
}
.inquiry-detail-tit{
@include defaultFont($font-s-15, $font-w-500, $font-c);
@@ -434,6 +486,7 @@
// 1:1 문의 답변
.inquiry-answer-wrap{
margin-top: 24px;
+
}
.inquiry-answer-header{
padding: 20px 0;
@@ -447,6 +500,10 @@
@include defaultFont($font-s-13, $font-w-400, #F86A56);
}
}
+.inquiry-answer-tit{
+ @include defaultFont($font-s-13, $font-w-400, $font-c);
+ margin-bottom: 3px;
+}
// 비밀번호 변경
.border-frame{