소스 검색

fix: segments page grid pagination disappeared (#911)

Signed-off-by: ryjiang <jiangruiyi@gmail.com>
ryjiang 4 달 전
부모
커밋
12ee409327
1개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 8 1
      client/src/pages/databases/collections/segments/Segments.tsx

+ 8 - 1
client/src/pages/databases/collections/segments/Segments.tsx

@@ -214,7 +214,14 @@ const Segments = () => {
   };
 
   return (
-    <Box sx={{ width: '100%', height: '100%' }}>
+    <Box
+      sx={{
+        width: '100%',
+        height: 'calc(100vh - 128px)',
+        display: 'flex',
+        flexDirection: 'column',
+      }}
+    >
       <CustomToolBar toolbarConfigs={toolbarConfigs} />
 
       <AttuGrid