|
@@ -51,7 +51,7 @@ const GroupTaskNotes: React.FC<Props> = ({ corpId, taskId }) => {
|
|
|
dataSource={getSendTaskMsgList?.data?.data?.records}
|
|
|
loading={getSendTaskMsgList?.loading}
|
|
|
columns={groupTaskNotesTableConfig(() => getSendTaskMsgList.refresh())}
|
|
|
- scroll={{ x: 400, y: 320 }}
|
|
|
+ scroll={{ x: 400, y: 280 }}
|
|
|
rowKey={(s) => {
|
|
|
return s.id
|
|
|
}}
|