Explorar o código

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

jackhoo_98 %!s(int64=3) %!d(string=hai) anos
pai
achega
12fb810b2e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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}