1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-25 10:09:47 +02:00

add pagination

This commit is contained in:
Xuan Sang LE
2018-03-07 14:18:25 +01:00
parent d128641998
commit 68284a215d
8 changed files with 98 additions and 15 deletions

View File

@ -441,4 +441,19 @@ div.commentform {
color:#3170B2;
padding-top: 10px;
padding-bottom: 10px;
}
div.time-travel{
margin-top: 10px;
display: flex;
flex-direction: row;
text-align: center;
margin-bottom: 10px;
}
div.time-travel a{
font-weight: bold;
font-size: 16px;
text-decoration: none;
flex:1;
color:#3170B2;
}