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