layui fixed paging controls remain at the bottom of the page

 

 

.layui-table-page {
    background-color: #1AA094;
    z-index: 99999;
    position: fixed;
    bottom: 0;
}

.layui-table-box {
    margin-bottom: 30px;
}

 

Guess you like

Origin www.cnblogs.com/mushuizzz/p/11840043.html