게시글 style 제거 및 파일유무 조건 값 수정

This commit is contained in:
leeyongjae 2024-10-25 17:01:20 +09:00
parent dde71e4da8
commit 92101d3ff9

View File

@ -81,11 +81,11 @@ export default function Table({ clsCode }) {
{/* 번호 */}
{board.rowNumber}
</td>
<td style={{ textAlign: 'center' }}>
<td>
{/* 제목 */}
<div className="text-frame">
<div className="text-overflow">{board.title}</div>
{board.attachYn && <span className="clip"></span>}
{board.attachYn === 'Y' && <span className="clip"></span>}
</div>
</td>
<td className="al-c">