게시글 style 제거 및 파일유무 조건 값 수정
This commit is contained in:
parent
dde71e4da8
commit
92101d3ff9
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user