zhouna 3 anni fa
parent
commit
2f25ab6aa0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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={{