@@ -729,7 +729,7 @@ export default {
<style scoped>
.content {
display: flex;
- flex-direction: column;
+ /* flex-direction: column; */
align-items: stretch;
width: 100%;
}
@@ -1211,7 +1211,9 @@ hr {
/* 分页功能的样式 */
.el-pagination {
- margin-top: 50px;
+ position: absolute;
+ top: 810px;
+ left: 30%;
/* 调整分页组件的顶部向上方距离50px */