修改sqlite配置

This commit is contained in:
whyour
2022-10-30 10:54:39 +08:00
parent 4af9b22442
commit 8013de56c9
6 changed files with 17 additions and 10 deletions
+1 -1
View File
@@ -882,7 +882,7 @@ const Crontab = () => {
if (tableRef.current) {
setTableScrollHeight(getTableScroll());
}
}, [tableRef.current]);
}, []);
const panelContent = (
<>
+1 -1
View File
@@ -372,7 +372,7 @@ const Dependence = () => {
if (tableRef.current) {
setTableScrollHeight(getTableScroll({ extraHeight: 87 }));
}
}, [tableRef.current]);
}, []);
useEffect(() => {
if (logDependence) {
+1 -1
View File
@@ -512,7 +512,7 @@ const Env = () => {
if (tableRef.current) {
setTableScrollHeight(getTableScroll({ extraHeight: 87 }));
}
}, [tableRef.current]);
}, []);
return (
<PageContainer
+1 -1
View File
@@ -546,7 +546,7 @@ const Subscription = () => {
if (tableRef.current) {
setTableScrollHeight(getTableScroll());
}
}, [tableRef.current]);
}, []);
return (
<PageContainer