From f8d9dd418317a8cb305926312fe8a327fd35b22b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=B2=E4=B9=88=E4=BA=86?= Date: Fri, 19 Jan 2024 15:24:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/app.scss | 5 + src/views/auth/menu/api.vue | 11 +- src/views/auth/menu/menu.vue | 9 +- src/views/auth/role/index.vue | 9 +- src/views/auth/userlist/index.vue | 182 +++++++++++++++++++++++ src/views/govern/user/roleCode/index.vue | 17 +-- 6 files changed, 199 insertions(+), 34 deletions(-) create mode 100644 src/views/auth/userlist/index.vue diff --git a/src/styles/app.scss b/src/styles/app.scss index d2a2ffd..9b491da 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -250,3 +250,8 @@ body, } /* 自适应-e */ +.custom-table-header { + display: flex; + padding: 13px 15px; + align-items: center; +} \ No newline at end of file diff --git a/src/views/auth/menu/api.vue b/src/views/auth/menu/api.vue index 4301993..43c4f66 100644 --- a/src/views/auth/menu/api.vue +++ b/src/views/auth/menu/api.vue @@ -1,6 +1,6 @@