From e80fb1e51d652d0ccecc27688c72a168c8297075 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期四, 27 二月 2025 17:12:41 +0800 Subject: [PATCH] 表格优化lll --- admin/src/components/base/BaseTable.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/admin/src/components/base/BaseTable.vue b/admin/src/components/base/BaseTable.vue index 6df292f..e5d5f9d 100644 --- a/admin/src/components/base/BaseTable.vue +++ b/admin/src/components/base/BaseTable.vue @@ -39,7 +39,8 @@ pageSize: 10, total: 0 } - } + }, + tableHeight: 400 } }, methods: { @@ -132,7 +133,7 @@ this.tableData.pagination.total = data.total }) .catch(e => { - this.$tip.apiFailed(e) + // this.$tip.apiFailed(e) }) .finally(() => { this.isWorking.search = false @@ -220,4 +221,4 @@ } } } -</script> +</script> \ No newline at end of file -- Gitblit v1.9.3