From ba12ccadc56520131995e14eb7b13a994e5e5c9a Mon Sep 17 00:00:00 2001 From: zhangwenshuai Date: Mon, 8 Jun 2020 20:21:38 +0800 Subject: [PATCH] update apolloTable upload --- .../component/base/edit/select/index.tsx | 1 - .../component/base/edit/upload/index.less | 7 ++++++- .../component/base/edit/upload/index.tsx | 16 +++++++++++----- components/apolloTable/detailForm/index.tsx | 4 ++-- 4 files changed, 19 insertions(+), 9 deletions(-) diff --git a/components/apolloTable/component/base/edit/select/index.tsx b/components/apolloTable/component/base/edit/select/index.tsx index 268c947..5312c43 100644 --- a/components/apolloTable/component/base/edit/select/index.tsx +++ b/components/apolloTable/component/base/edit/select/index.tsx @@ -16,7 +16,6 @@ export const ApolloSelect = (props: ApolloSelectProps) => { if (isMultiple) { selfProps.mode = 'multiple'; } - debugger return (