Commit 1779fb1d authored by zhangwenshuai's avatar zhangwenshuai

修改部门组件

parent 68611ce6
......@@ -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;
......
......@@ -10,7 +10,7 @@ export const ApolloTreeSelect = (props: ApolloTreeSelectProps) => {
'columnConfig',
'onChange',
'isMultiple',
'request',
// 'request',
'tableId',
'cellRenderProps',
'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