Browse Source

fix: #8590 修复设备 子设备列表密度操作失效问题

jackhoo_98 3 years atrás
parent
commit
12fb810b2e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/device/Instance/Detail/ChildDevice/index.tsx

+ 1 - 1
src/pages/device/Instance/Detail/ChildDevice/index.tsx

@@ -190,7 +190,7 @@ const ChildDevice = (props: Props) => {
           <ProTable<LogItem>
             search={false}
             columns={columns}
-            size="small"
+            // size="small"
             scroll={{ x: 1366 }}
             actionRef={actionRef}
             params={searchParams}