From a19b20afeacf84c1c743c76b5018bcfbddac2270 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Fri, 15 Nov 2024 09:10:12 +0800
Subject: [PATCH] fix: 国控站
---
src/views/statement/index.vue | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/src/views/statement/index.vue b/src/views/statement/index.vue
index fd809b2..07f5b02 100644
--- a/src/views/statement/index.vue
+++ b/src/views/statement/index.vue
@@ -31,6 +31,7 @@
<el-table
:data="tableData"
style="width: 100%"
+ max-height="600"
@row-click="rowClick"
>
<el-table-column
@@ -237,7 +238,7 @@
// ������������������������������������������(���������������������������)
totalCount: 0,
// ������������������������������
- pageSizes: [10, 30, 60, 100],
+ pageSizes: [10, 50, 100, 200],
// ������������������������������������������
pageSize: 10
},
@@ -442,4 +443,7 @@
align-items: center;
padding: 10px;
}
+.pagina{
+ margin-top: 10px;
+}
</style>
--
Gitblit v1.8.0