diff --git a/components/apolloTable/component/base/edit/tree-select/index.less b/components/apolloTable/component/base/edit/tree-select/index.less index 90ffaaf2e9ca9c09fcb63116fdc6d04367558125..8f1735e4ec3accf6c52836d21eb4270d8005448f 100644 --- a/components/apolloTable/component/base/edit/tree-select/index.less +++ b/components/apolloTable/component/base/edit/tree-select/index.less @@ -2,6 +2,14 @@ width: 100%; height: 100%; border-radius: 0; + :global(.ant-select-selection--single){ + height: 100%; + :global(.ant-select-selection__rendered){ + height: 100%; + display: flex; + align-items: center; + } + } :global(.ant-select-selector) { height: 100% !important; align-items: center; diff --git a/components/apolloTable/component/base/edit/tree-select/index.tsx b/components/apolloTable/component/base/edit/tree-select/index.tsx index aa76555cdf5351ded1010e20030961d2808455ce..118712001a9cdf0159736ab3c942779d00d85232 100644 --- a/components/apolloTable/component/base/edit/tree-select/index.tsx +++ b/components/apolloTable/component/base/edit/tree-select/index.tsx @@ -10,7 +10,7 @@ export const ApolloTreeSelect = (props: ApolloTreeSelectProps) => { 'columnConfig', 'onChange', 'isMultiple', - 'request', + // 'request', 'tableId', 'cellRenderProps', 'getCalendarContainer',