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
f0a14dfc
Commit
f0a14dfc
authored
May 26, 2020
by
满振华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改列表页
parent
88ed98c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
index.tsx
components/dataView-V2/_components/table/index.tsx
+1
-1
index.tsx
...onents/dataView-V2/_components/table/pagination/index.tsx
+4
-1
No files found.
components/dataView-V2/_components/table/index.tsx
View file @
f0a14dfc
...
@@ -40,7 +40,7 @@ const CustomTable = (props: CustomTableProps) => {
...
@@ -40,7 +40,7 @@ const CustomTable = (props: CustomTableProps) => {
<
ConfigProvider
renderEmpty=
{
RenderEmpty
}
>
<
ConfigProvider
renderEmpty=
{
RenderEmpty
}
>
<
Table
{
...
others
}
dataSource=
{
dataSource
}
pagination=
{
false
}
/>
<
Table
{
...
others
}
dataSource=
{
dataSource
}
pagination=
{
false
}
/>
{
pagination
.
total
>
20
?
<
SelfPagination
{
...
paginationCof
}
{
...
pagination
}
/>
:
null
}
;
{
pagination
.
total
>
20
?
<
SelfPagination
{
...
paginationCof
}
{
...
pagination
}
/>
:
null
}
</
ConfigProvider
>
</
ConfigProvider
>
)
)
...
...
components/dataView-V2/_components/table/pagination/index.tsx
View file @
f0a14dfc
...
@@ -12,7 +12,10 @@ import './style.less';
...
@@ -12,7 +12,10 @@ import './style.less';
const
BIPagination
=
(
props
:
any
)
=>
{
const
BIPagination
=
(
props
:
any
)
=>
{
return
(
return
(
<
Pagination
{
...
props
}
/>
<
div
style=
{
{
textAlign
:
'right'
,
paddingTop
:
'16px'
}
}
>
<
Pagination
{
...
props
}
/>
</
div
>
);
);
}
}
...
...
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