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>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th>登録番号</th>
|
<th>登録番号</th>
|
||||||
{surveyDetail?.srlNo?.startsWith('一時保存') ? (
|
|
||||||
<td className="sale-data-num">{surveyDetail?.srlNo}</td>
|
|
||||||
) : (
|
|
||||||
<td>{surveyDetail?.srlNo}</td>
|
<td>{surveyDetail?.srlNo}</td>
|
||||||
)}
|
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>登録日</th>
|
<th>登録日</th>
|
||||||
|
|||||||
@ -181,9 +181,6 @@
|
|||||||
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