From 393d0295e2168046f6f9b3d4595ce62dc414021e Mon Sep 17 00:00:00 2001 From: zhengkunwang223 <31820853+zhengkunwang223@users.noreply.github.com> Date: Thu, 18 Aug 2022 17:29:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20complex-table=20=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E8=A1=A8=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/complex-table/index.vue | 3 +-- frontend/src/views/demos/table/index.vue | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/complex-table/index.vue b/frontend/src/components/complex-table/index.vue index e65235de6..ad9d72817 100644 --- a/frontend/src/components/complex-table/index.vue +++ b/frontend/src/components/complex-table/index.vue @@ -22,7 +22,7 @@
- +
@@ -81,7 +81,6 @@ function handleSelectionChange(row: any) { width: auto; } } - .complex-table__pagination { margin-top: 20px; @include flex-row(flex-end); diff --git a/frontend/src/views/demos/table/index.vue b/frontend/src/views/demos/table/index.vue index 7a07787dd..e1f89c86f 100644 --- a/frontend/src/views/demos/table/index.vue +++ b/frontend/src/views/demos/table/index.vue @@ -42,12 +42,12 @@ const data = ref(); const selects = ref([]); const paginationConfig = reactive({ page: 1, - pageSize: 5, + pageSize: 20, total: 0, }); const userSearch = reactive({ page: 1, - pageSize: 5, + pageSize: 20, }); const openOperate = (row: User.User | null) => {