添加依赖管理

This commit is contained in:
whyour
2021-10-23 18:23:32 +08:00
parent 10c07b0a09
commit fbba44d482
19 changed files with 1170 additions and 17 deletions
+2 -2
View File
@@ -368,7 +368,7 @@ const Env = ({ headerStyle, isPhone, theme }: any) => {
setTimeout(() => {
if (selectedRowIds.length === 0 || selectedIds.length === 0) {
const offset = isPhone ? 40 : 0;
setTableScrollHeight(getTableScroll({ extraHeight: 127 }) - offset);
setTableScrollHeight(getTableScroll({ extraHeight: 87 }) - offset);
}
});
};
@@ -438,7 +438,7 @@ const Env = ({ headerStyle, isPhone, theme }: any) => {
useEffect(() => {
const offset = isPhone ? 40 : 0;
setTableScrollHeight(getTableScroll({ extraHeight: 127 }) - offset);
setTableScrollHeight(getTableScroll({ extraHeight: 87 }) - offset);
}, []);
return (