1:1 문의 데이터 없음 추가

This commit is contained in:
김창수 2025-05-26 10:37:19 +09:00
parent 0989883ce6
commit bb45254a54
2 changed files with 7 additions and 0 deletions

View File

@ -127,6 +127,9 @@ export default function OneOnOneInquiryTable(){
<td className="al-c">佐藤一貴</td>
<td className="al-c">2024.07.18</td>
</tr>
<tr>
<td className="al-c no-data" colSpan={5}>No Data</td>
</tr>
</tbody>
</table>
</div>

View File

@ -400,6 +400,10 @@ table{
font-weight: 400;
}
}
&.no-data{
padding: 70px 0;
font-size: 14px;
}
}
tr{
background-color: transparent;