From 8234e483802b237ff09dadcaae95643aa0a3dd34 Mon Sep 17 00:00:00 2001 From: lhbxs <596850703@qq.com> Date: Thu, 19 Oct 2023 02:00:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=BF=AD=E4=BB=A3=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/table-render/static/request.ts | 1 - packages/form-render/src/derivative/SearchForm/index.less | 5 ----- 2 files changed, 6 deletions(-) diff --git a/docs/table-render/static/request.ts b/docs/table-render/static/request.ts index 345c1d9eb..bb504cefb 100644 --- a/docs/table-render/static/request.ts +++ b/docs/table-render/static/request.ts @@ -12,7 +12,6 @@ const requestData = (params: any) => { export const searchApi = async (params) => { - console.log(params, '234234234');; const { success, data } = await requestData(params); if (success) { return { diff --git a/packages/form-render/src/derivative/SearchForm/index.less b/packages/form-render/src/derivative/SearchForm/index.less index 2ac89f572..4f3c10611 100644 --- a/packages/form-render/src/derivative/SearchForm/index.less +++ b/packages/form-render/src/derivative/SearchForm/index.less @@ -28,11 +28,6 @@ height: auto; } - // .search-action-column-fixed { - // height: 86px; - // padding-top: 30px; - // } - .fr-form > .@{ant-prefix}-row { align-items: center; }