
/**
 * 分页组件
 * @module page
 * @author jiawei
 * @date 2021/01/06
 */

.num{
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.demo{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}