fix: catalog form meta data update

This commit is contained in:
jialin
2025-01-17 21:22:15 +08:00
parent 58fcc90417
commit faa13f58e0
9 changed files with 138 additions and 10 deletions
+3 -1
View File
@@ -24,7 +24,9 @@ const LogsViewer: React.FC<LogsViewerProps> = (props) => {
instance,
initialized
} = useOverlayScroller({
theme: 'os-theme-light'
options: {
theme: 'os-theme-light'
}
});
const { isClean, parseAnsi } = useParseAnsi();
const { setChunkFetch } = useSetChunkFetch();
+3 -1
View File
@@ -30,7 +30,9 @@ const LogsList: React.FC<LogsListProps> = forwardRef((props, ref) => {
instance,
initialized
} = useOverlayScroller({
theme: 'os-theme-light'
options: {
theme: 'os-theme-light'
}
});
const viewportHeight = window.innerHeight;
const viewHeight = viewportHeight - diffHeight;