【Vue】分页器贴着div容器的底部 - 样式

如图,设置
position: absolute;
bottom: 0;
width: 100%;
padding: 16px 0;
background: #fff;
text-align: right;
z-index: 1;
(父容器设置)
position: relative;

如图,设置
position: absolute;
bottom: 0;
width: 100%;
padding: 16px 0;
background: #fff;
text-align: right;
z-index: 1;
(父容器设置)
position: relative;