Commit e5f9ce11 by zhaochengxiang

分页样式

parent 9b6bccc8
...@@ -382,3 +382,15 @@ a { ...@@ -382,3 +382,15 @@ 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
...@@ -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}
......
...@@ -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}
......
...@@ -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}
......
...@@ -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}
......
...@@ -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}
......
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