Compare commits

..

No commits in common. "187ccbaea34b9e19bb4241fdd5316fb6da190f92" and "94f1103e0023c2fd37b25ac18eabd229c699793c" have entirely different histories.

2 changed files with 1 additions and 8 deletions

View File

@ -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>

View File

@ -181,9 +181,6 @@
padding: 24px;
background-color: #fff;
border-top: 1px solid #ECECEC;
.sale-data-num {
color: #1259CB;
}
}
.sale-data-table{
width: 100%;