diff --git a/src/pages/componentDevelopment/componentList/index.tsx b/src/pages/componentDevelopment/componentList/index.tsx index 9a748a3..3a0c904 100644 --- a/src/pages/componentDevelopment/componentList/index.tsx +++ b/src/pages/componentDevelopment/componentList/index.tsx @@ -147,6 +147,8 @@ const GlobalVarContainer = () => { { title: '操作', dataIndex: 'operations', + fixed: 'right' as const, + width: 400, render: (_, record, index) => ( { data={componentData} loading={loading} pagination={false} + scroll={{ x: 1500, y: 'calc(100vh - 280px)' }} + border={{ + wrapper: true, + cell: true + }} /> -
+