浏览代码

问题修改

mfmf 3 年之前
父节点
当前提交
4dcab713df
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/components/DocTemplate/index.js
  2. 1 1
      src/components/DutyRecord/index.js

+ 1 - 1
src/components/DocTemplate/index.js

@@ -156,7 +156,7 @@ function DocTemplate() {
 
 		  <Table
 			  columns={columns}
-			  scroll={{ y: 'calc(100vh - 360px)' }}
+			  scroll={{ y: 'calc(100vh - 400px)' }}
 			  dataSource={logList}
 			  rowKey={record => record.id}
 			  pagination={{

+ 1 - 1
src/components/DutyRecord/index.js

@@ -229,7 +229,7 @@ function DutyRecord() {
 				<Table
 					columns={columns}
 					rowSelection={rowSelection}
-					scroll={{ y: 'calc(100vh - 360px)' }}
+					scroll={{ y: 'calc(100vh - 400px)' }}
 					dataSource={logList}
 					rowKey={record => record.id}
 					pagination={{