From dc9cba09b25cacc4dd922604c7c7c584afa0cf11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8?= Date: Mon, 11 May 2026 17:37:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=90=86=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/user.scss | 6 +++ src/components/common/Pagination.vue | 16 ++++++-- src/components/common/Table.vue | 15 ++++++-- src/components/layout/Layout.vue | 9 +++-- src/views/mould/risk/index.vue | 5 ++- src/views/profile/agent/index.vue | 56 ++++++++++++++-------------- src/views/profile/business/index.vue | 25 +++++-------- src/views/profile/user/index.vue | 5 +++ src/views/system/menu/index.vue | 2 +- src/views/system/role/index.vue | 2 +- src/views/system/setting/index.vue | 2 +- src/views/trade/variety/index.vue | 2 +- 12 files changed, 85 insertions(+), 60 deletions(-) diff --git a/src/assets/styles/user.scss b/src/assets/styles/user.scss index 108dce3..f19d971 100644 --- a/src/assets/styles/user.scss +++ b/src/assets/styles/user.scss @@ -100,4 +100,10 @@ .form-switch-leave-to { opacity: 0; transform: translateX(-10px) scale(0.98); +} + +.table_form-container { + display: flex; + flex-direction: column; + height: 100%; } \ No newline at end of file diff --git a/src/components/common/Pagination.vue b/src/components/common/Pagination.vue index d3145f6..f03bf38 100644 --- a/src/components/common/Pagination.vue +++ b/src/components/common/Pagination.vue @@ -1,6 +1,7 @@