zhouna %!s(int64=3) %!d(string=hai) anos
pai
achega
2f25ab6aa0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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={{