Compare commits
No commits in common. "187ccbaea34b9e19bb4241fdd5316fb6da190f92" and "94f1103e0023c2fd37b25ac18eabd229c699793c" have entirely different histories.
187ccbaea3
...
94f1103e00
@ -33,11 +33,7 @@ export default function DataTable({ surveyDetail }: { surveyDetail: SurveyBasicI
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>登録番号</th>
|
||||
{surveyDetail?.srlNo?.startsWith('一時保存') ? (
|
||||
<td className="sale-data-num">{surveyDetail?.srlNo}</td>
|
||||
) : (
|
||||
<td>{surveyDetail?.srlNo}</td>
|
||||
)}
|
||||
<td>{surveyDetail?.srlNo}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>登録日</th>
|
||||
|
||||
@ -181,9 +181,6 @@
|
||||
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