1:1 문의 데이터 없음 추가
This commit is contained in:
parent
0989883ce6
commit
bb45254a54
@ -127,6 +127,9 @@ export default function OneOnOneInquiryTable(){
|
|||||||
<td className="al-c">佐藤一貴</td>
|
<td className="al-c">佐藤一貴</td>
|
||||||
<td className="al-c">2024.07.18</td>
|
<td className="al-c">2024.07.18</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td className="al-c no-data" colSpan={5}>No Data</td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -400,6 +400,10 @@ table{
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&.no-data{
|
||||||
|
padding: 70px 0;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
tr{
|
tr{
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user