瀏覽代碼

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

jackhoo_98 3 年之前
父節點
當前提交
12fb810b2e
共有 1 個文件被更改,包括 1 次插入1 次删除
  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}