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
98d99938
Commit
98d99938
authored
Jul 17, 2020
by
zhangwenshuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bugs
parent
25570e23
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
styles.less
...ble/component/base/extra/dataEntry/textSelect/styles.less
+1
-1
index.tsx
components/apolloTable/editFormV3/index.tsx
+7
-0
No files found.
components/apolloTable/component/base/extra/dataEntry/textSelect/styles.less
View file @
98d99938
...
...
@@ -5,7 +5,7 @@
}
.overlayClassName {
max-height: 300px;
//
overflow: auto;
overflow: auto;
margin-top: 20px;
:global(.ant-dropdown-menu) {
width: auto !important;
...
...
components/apolloTable/editFormV3/index.tsx
View file @
98d99938
...
...
@@ -22,6 +22,7 @@ import _ from 'lodash';
const
FormItem
=
Form
.
Item
;
class
FormWrap
extends
Component
{
wrapDom
:
any
;
handleSubmit
=
(
e
)
=>
{
e
.
preventDefault
();
e
.
stopPropagation
();
...
...
@@ -129,6 +130,12 @@ class FormWrap extends Component {
origin=
"editForm"
form=
{
this
.
props
.
form
}
getInstanceDetail=
{
getInstanceDetail
}
getCalendarContainer=
{
()
=>
{
return
this
.
wrapDom
;
}
}
getPopupContainer=
{
()
=>
{
return
this
.
wrapDom
;
}
}
/>,
)
}
</
FormItem
>
...
...
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