Skip to content

Commit

Permalink
fix: case-table some rows beyond the right (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
hujiahao-hjh authored Jul 29, 2021
1 parent d227e26 commit a31765e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ const CaseTable = ({ query: queryProp, columns, onClickRow, scope, onChange, tes
return {
children: <Ellipsis className="color-text-desc" title={record.directory} />,
props: {
colSpan: 6,
colSpan: 5,
},
};
},
Expand Down

0 comments on commit a31765e

Please sign in to comment.