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 @@