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

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

@@ -327,7 +327,7 @@ function DrugManager() {
         <Table
 		  rowSelection={{type: 'checkbox',...rowSelection,}}
           columns={columns}
-          scroll={{ y: 'calc(100vh - 350px)' }}
+          scroll={{ y: 'calc(100vh - 400px)' }}
           dataSource={DrugList}
           rowKey={record => record.id}
           pagination={{