Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
szse
Overview
Overview
Details
Activity
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
zhaochengxiang
szse
Commits
e5f9ce11
Commit
e5f9ce11
authored
Nov 17, 2022
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分页样式
parent
9b6bccc8
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
9 deletions
+13
-9
index.less
src/index.less
+13
-0
AssetTable.jsx
src/view/Manage/AssetManage/Component/AssetTable.jsx
+0
-2
DefineTable.jsx
src/view/Manage/DataMaster/Define/Component/DefineTable.jsx
+0
-2
ManageTable.jsx
src/view/Manage/DataMaster/Manage/Component/ManageTable.jsx
+0
-2
ETLConfigModal.jsx
...view/Manage/DatasourceManage/Component/ETLConfigModal.jsx
+0
-2
ImportMetadata.jsx
src/view/Manage/Model/Component/ImportMetadata.jsx
+0
-1
No files found.
src/index.less
View file @
e5f9ce11
...
@@ -381,4 +381,16 @@ a {
...
@@ -381,4 +381,16 @@ a {
a.yy-typography-disabled {
a.yy-typography-disabled {
color: rgba(0, 0, 0, 0.25) !important;
color: rgba(0, 0, 0, 0.25) !important;
}
.yy-pagination-item {
a {
color: rgba(0,0,0,.85) !important;
}
}
.yy-pagination-item-active {
a {
color: #c7000b !important;
}
}
}
\ No newline at end of file
src/view/Manage/AssetManage/Component/AssetTable.jsx
View file @
e5f9ce11
...
@@ -1021,10 +1021,8 @@ const AssetTable = (props) => {
...
@@ -1021,10 +1021,8 @@ const AssetTable = (props) => {
</
ResizeObserver
>
</
ResizeObserver
>
</
div
>
</
div
>
<
Pagination
<
Pagination
size=
"small"
className=
"text-center m-3"
className=
"text-center m-3"
showSizeChanger
showSizeChanger
showQuickJumper
onChange=
{
changeCurrent
}
onChange=
{
changeCurrent
}
onShowSizeChange=
{
changeCurrent
}
onShowSizeChange=
{
changeCurrent
}
current=
{
pageNum
}
current=
{
pageNum
}
...
...
src/view/Manage/DataMaster/Define/Component/DefineTable.jsx
View file @
e5f9ce11
...
@@ -219,10 +219,8 @@ const DefineTable = (props) => {
...
@@ -219,10 +219,8 @@ const DefineTable = (props) => {
scroll=
{
{
y
:
'calc(100vh - 94px - 32px - 57px - 24px - 39px - 36px)'
}
}
scroll=
{
{
y
:
'calc(100vh - 94px - 32px - 57px - 24px - 39px - 36px)'
}
}
/>
/>
<
Pagination
<
Pagination
size=
"small"
className=
"text-center mt-3"
className=
"text-center mt-3"
showSizeChanger
showSizeChanger
showQuickJumper
onChange=
{
changeCurrent
}
onChange=
{
changeCurrent
}
onShowSizeChange=
{
changeCurrent
}
onShowSizeChange=
{
changeCurrent
}
current=
{
pageNum
}
current=
{
pageNum
}
...
...
src/view/Manage/DataMaster/Manage/Component/ManageTable.jsx
View file @
e5f9ce11
...
@@ -238,10 +238,8 @@ const ManageTable = (props) => {
...
@@ -238,10 +238,8 @@ const ManageTable = (props) => {
scroll=
{
{
y
:
'calc(100vh - 94px - 32px - 57px - 24px - 39px - 36px)'
}
}
scroll=
{
{
y
:
'calc(100vh - 94px - 32px - 57px - 24px - 39px - 36px)'
}
}
/>
/>
<
Pagination
<
Pagination
size=
"small"
className=
"text-center m-3"
className=
"text-center m-3"
showSizeChanger
showSizeChanger
showQuickJumper
onChange=
{
changeCurrent
}
onChange=
{
changeCurrent
}
onShowSizeChange=
{
changeCurrent
}
onShowSizeChange=
{
changeCurrent
}
current=
{
pageNum
}
current=
{
pageNum
}
...
...
src/view/Manage/DatasourceManage/Component/ETLConfigModal.jsx
View file @
e5f9ce11
...
@@ -261,10 +261,8 @@ const ETLConfigModal = (props) => {
...
@@ -261,10 +261,8 @@ const ETLConfigModal = (props) => {
scroll=
{
{
y
:
'calc(70vh)'
}
}
scroll=
{
{
y
:
'calc(70vh)'
}
}
/>
/>
<
Pagination
<
Pagination
size=
"small"
className=
"text-center m-3"
className=
"text-center m-3"
showSizeChanger
showSizeChanger
showQuickJumper
onChange=
{
changeCurrent
}
onChange=
{
changeCurrent
}
onShowSizeChange=
{
changeCurrent
}
onShowSizeChange=
{
changeCurrent
}
current=
{
pageNum
}
current=
{
pageNum
}
...
...
src/view/Manage/Model/Component/ImportMetadata.jsx
View file @
e5f9ce11
...
@@ -281,7 +281,6 @@ class ImportMetadata extends React.Component {
...
@@ -281,7 +281,6 @@ class ImportMetadata extends React.Component {
<
Pagination
<
Pagination
showTotal=
{
total
=>
`共 ${total} 条`
}
showTotal=
{
total
=>
`共 ${total} 条`
}
showSizeChanger
showSizeChanger
size=
"small"
pageSize=
{
pageSizeDataTables
}
pageSize=
{
pageSizeDataTables
}
pageSizeOptions=
{
[
'20'
,
'60'
,
'100'
]
}
pageSizeOptions=
{
[
'20'
,
'60'
,
'100'
]
}
current=
{
pageNumDataTables
}
current=
{
pageNumDataTables
}
...
...
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