refactor: update pagination (#320)

This commit is contained in:
Fine0830
2023-09-20 11:57:52 +08:00
committed by GitHub
parent 310fff4b28
commit 3dc929dd53
6 changed files with 3 additions and 10 deletions

View File

@@ -65,7 +65,6 @@ limitations under the License. -->
<el-pagination
class="mt-10"
small
background
layout="prev, pager, next"
:page-size="pageSize"
:total="continousProfilingStore.instances.length"

View File

@@ -76,7 +76,6 @@ limitations under the License. -->
</el-table>
<el-pagination
class="pagination"
background
small
layout="prev, pager, next"
:page-size="pageSize"