1:1 문의 컬러 조정

This commit is contained in:
김창수 2025-05-23 13:29:51 +09:00
parent dd813cb48b
commit 10140aeb33
3 changed files with 5 additions and 4 deletions

View File

@ -43,7 +43,7 @@ export default function OneOnOneInquiryPage(){
<Footer/>
{/* 1:1문의 등록 */}
<OneOnOneEditPop/>
{/* <OneOnOneEditPop/> */}
{/* <OneOnOneDetailPop/> */}
</div>
)

View File

@ -40,7 +40,7 @@ export default function OneOnOneInquiryTable(){
<tbody>
<tr>
<td className="al-c">99</td>
<td className="al-c">未回答</td>
<td className="al-c org">未回答</td>
<td>
<div className="mb5">[문의구분]</div>
<div className="text-frame">
@ -53,7 +53,7 @@ export default function OneOnOneInquiryTable(){
</tr>
<tr>
<td className="al-c">98</td>
<td className="al-c">未回答</td>
<td className="al-c org">未回答</td>
<td>
<div className="mb5">[문의구분]</div>
<div className="text-frame">
@ -65,7 +65,7 @@ export default function OneOnOneInquiryTable(){
</tr>
<tr>
<td className="al-c">97</td>
<td className="al-c">未回答</td>
<td className="al-c org">未回答</td>
<td>
<div className="mb5">[문의구분]</div>
<div className="text-frame">

View File

@ -151,6 +151,7 @@ button{
.al-r{text-align: right !important;}
.al-c{text-align: center !important;}
.org{color: #f86a56 !important;}
// button
.btn-frame{