style: 조사매물 임시저장 등록번호 색상 변경
This commit is contained in:
parent
94f1103e00
commit
a40531488a
@ -33,7 +33,11 @@ export default function DataTable({ surveyDetail }: { surveyDetail: SurveyBasicI
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th>登録番号</th>
|
<th>登録番号</th>
|
||||||
<td>{surveyDetail?.srlNo}</td>
|
{surveyDetail?.srlNo?.startsWith('一時保存') ? (
|
||||||
|
<td className="sale-data-num">{surveyDetail?.srlNo}</td>
|
||||||
|
) : (
|
||||||
|
<td>{surveyDetail?.srlNo}</td>
|
||||||
|
)}
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>登録日</th>
|
<th>登録日</th>
|
||||||
|
|||||||
@ -181,6 +181,9 @@
|
|||||||
padding: 24px;
|
padding: 24px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-top: 1px solid #ECECEC;
|
border-top: 1px solid #ECECEC;
|
||||||
|
.sale-data-num {
|
||||||
|
color: #1259CB;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.sale-data-table{
|
.sale-data-table{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user