admin/src/layouts/TableLayout.vue
@@ -65,6 +65,9 @@ padding-top: 0; } } .danger-column{ color: red; } // 头部 .table-header { overflow: hidden; @@ -154,16 +157,17 @@ } // 分页 .table-pagination { padding: 16px 0; margin-left: -16px; padding: 16px 0px 16px 25px; text-align: left; display: block; z-index: 100; width: -webkit-fill-available; /* width: 80%; */ position: fixed; /* position: fixed; bottom: 30px; background-color: white; margin-right: 50px; margin-right: 50px; */ } } }