Commit e5f9ce11 by zhaochengxiang

分页样式

parent 9b6bccc8
......@@ -381,4 +381,16 @@ a {
a.yy-typography-disabled {
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) => {
</ResizeObserver>
</div>
<Pagination
size="small"
className="text-center m-3"
showSizeChanger
showQuickJumper
onChange={changeCurrent}
onShowSizeChange={changeCurrent}
current={pageNum}
......
......@@ -219,10 +219,8 @@ const DefineTable = (props) => {
scroll={{ y: 'calc(100vh - 94px - 32px - 57px - 24px - 39px - 36px)' }}
/>
<Pagination
size="small"
className="text-center mt-3"
showSizeChanger
showQuickJumper
onChange={changeCurrent}
onShowSizeChange={changeCurrent}
current={pageNum}
......
......@@ -238,10 +238,8 @@ const ManageTable = (props) => {
scroll={{ y: 'calc(100vh - 94px - 32px - 57px - 24px - 39px - 36px)' }}
/>
<Pagination
size="small"
className="text-center m-3"
showSizeChanger
showQuickJumper
onChange={changeCurrent}
onShowSizeChange={changeCurrent}
current={pageNum}
......
......@@ -261,10 +261,8 @@ const ETLConfigModal = (props) => {
scroll={{ y: 'calc(70vh)' }}
/>
<Pagination
size="small"
className="text-center m-3"
showSizeChanger
showQuickJumper
onChange={changeCurrent}
onShowSizeChange={changeCurrent}
current={pageNum}
......
......@@ -281,7 +281,6 @@ class ImportMetadata extends React.Component {
<Pagination
showTotal={total => `共 ${total} 条`}
showSizeChanger
size="small"
pageSize={pageSizeDataTables}
pageSizeOptions={['20','60','100']}
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