fix(WEB): 품목 목록 품목명 텍스트 잘림(truncate) 제거
This commit is contained in:
@@ -485,9 +485,7 @@ export default function ItemListClient() {
|
||||
</div>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<span className="truncate max-w-[200px] block">
|
||||
{item.itemName}
|
||||
</span>
|
||||
{item.itemName}
|
||||
</TableCell>
|
||||
<TableCell className="text-muted-foreground">
|
||||
{item.specification || '-'}
|
||||
|
||||
Reference in New Issue
Block a user