Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
submodule
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
web_component
submodule
Commits
1779fb1d
Commit
1779fb1d
authored
Feb 02, 2021
by
zhangwenshuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改部门组件
parent
68611ce6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
index.less
...ts/apolloTable/component/base/edit/tree-select/index.less
+8
-0
index.tsx
...nts/apolloTable/component/base/edit/tree-select/index.tsx
+1
-1
No files found.
components/apolloTable/component/base/edit/tree-select/index.less
View file @
1779fb1d
...
...
@@ -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;
...
...
components/apolloTable/component/base/edit/tree-select/index.tsx
View file @
1779fb1d
...
...
@@ -10,7 +10,7 @@ export const ApolloTreeSelect = (props: ApolloTreeSelectProps) => {
'columnConfig'
,
'onChange'
,
'isMultiple'
,
'request'
,
//
'request',
'tableId'
,
'cellRenderProps'
,
'getCalendarContainer'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment