Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed May 8, 2024
1 parent fa8c63b commit 2ed0dfa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const ProjectRecordDetailDrawer = ({ open, onClose, sha }) => {
title: t('projects.report_id'),
dataIndex: 'reportID',
render(_: any): JSX.Element {
// 标识位(勿动)
return <div className={'text-ellipsis w-[240px]'}>{_}</div>;
},
},
Expand Down

0 comments on commit 2ed0dfa

Please sign in to comment.