Commit 1779fb1d authored by zhangwenshuai's avatar zhangwenshuai

修改部门组件

parent 68611ce6
...@@ -2,6 +2,14 @@ ...@@ -2,6 +2,14 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
border-radius: 0; 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) { :global(.ant-select-selector) {
height: 100% !important; height: 100% !important;
align-items: center; align-items: center;
......
...@@ -10,7 +10,7 @@ export const ApolloTreeSelect = (props: ApolloTreeSelectProps) => { ...@@ -10,7 +10,7 @@ export const ApolloTreeSelect = (props: ApolloTreeSelectProps) => {
'columnConfig', 'columnConfig',
'onChange', 'onChange',
'isMultiple', 'isMultiple',
'request', // 'request',
'tableId', 'tableId',
'cellRenderProps', 'cellRenderProps',
'getCalendarContainer', 'getCalendarContainer',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment