From 71d34f8d086832976a0c6086c2c7cff80d06e7f2 Mon Sep 17 00:00:00 2001 From: ZLY Date: Wed, 21 Jan 2026 11:25:32 +0800 Subject: [PATCH] =?UTF-8?q?style(componentTest):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E8=BE=93=E5=85=A5=E6=A1=86=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=E5=92=8C=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../componentTest/index.tsx | 21 +++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) 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 + /> +