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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 3 additions and 10 deletions

View File

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

View File

@ -66,9 +66,7 @@ limitations under the License. -->
</el-table>
</div>
<el-pagination
class="pagination"
background
small
class="pagination flex-h"
layout="prev, pager, next"
:page-size="pageSize"
:total="pods.length"

View File

@ -59,9 +59,7 @@ limitations under the License. -->
</el-table>
</div>
<el-pagination
class="pagination"
background
small
class="pagination flex-h"
layout="prev, pager, next"
:page-size="pageSize"
:total="selectorStore.services.length"

View File

@ -31,6 +31,7 @@
text-align: center;
height: 30px;
padding: 8px 0;
justify-content: flex-end;
}
.link {

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"