diff --git a/src/pages/componentDevelopment/componentTest/index.tsx b/src/pages/componentDevelopment/componentTest/index.tsx index 5abe3ba..3c98b74 100644 --- a/src/pages/componentDevelopment/componentTest/index.tsx +++ b/src/pages/componentDevelopment/componentTest/index.tsx @@ -79,23 +79,22 @@ const ComponentTest = () => { ); })} - - }> - } - placeholder={'搜索实例标识或实例名'} - style={{ width: 236 }} - value={searchValue} - onChange={(value) => setSearchValue(value)} - allowClear - /> -
setCount(value)} />
+ } style={{ marginBottom: 16 }}> + } + placeholder={'搜索实例标识或实例名'} + style={{ width: 236 }} + value={searchValue} + onChange={(value) => setSearchValue(value)} + allowClear + /> +