From 512032ba95b170edf7bee2a4440f3417858cfc1a Mon Sep 17 00:00:00 2001 From: wangchengming <15110151257@163.com> Date: Mon, 11 Aug 2025 13:15:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=9C=AC=E5=9C=B0=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/ruoyi.scss | 2 +- src/layout/components/Navbar.vue | 3 +-- src/store/modules/background.js | 3 +-- src/views/monitor/operlog/index.vue | 32 +++++++++++++++------- src/views/system/dept/index.vue | 23 ++++++++++------ src/views/system/dict/data.vue | 27 ++++++++++++------- src/views/system/dict/index.vue | 27 +++++++++++++------ src/views/system/menu/index.vue | 26 +++++++++++------- src/views/system/post/index.vue | 30 ++++++++++++++------- src/views/system/role/authUser.vue | 40 +++++++++++++++++----------- src/views/system/role/index.vue | 32 ++++++++++++++-------- src/views/system/role/selectUser.vue | 14 +++++----- src/views/system/user/index.vue | 30 ++++++++++++++------- 13 files changed, 187 insertions(+), 102 deletions(-) diff --git a/src/assets/styles/ruoyi.scss b/src/assets/styles/ruoyi.scss index 5b36567..2e5093f 100644 --- a/src/assets/styles/ruoyi.scss +++ b/src/assets/styles/ruoyi.scss @@ -149,7 +149,7 @@ h6 { /* 弹窗中的分页器 */ .el-dialog .pagination-container { position: static !important; - margin: 10px 0 0 0; + margin: 10px auto 0; padding: 0 !important; .el-pagination { diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 784656b..8b307ac 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -64,8 +64,7 @@ import useSettingsStore from '@/store/modules/settings' const appStore = useAppStore() const userStore = useUserStore() const settingsStore = useSettingsStore() -const { proxy } = getCurrentInstance() -console.log('settingsStore.topNav', settingsStore.topNav) +const { proxy } = getCurrentInstance() function toggleSideBar() { appStore.toggleSideBar() diff --git a/src/store/modules/background.js b/src/store/modules/background.js index 60f33a1..eaea8db 100644 --- a/src/store/modules/background.js +++ b/src/store/modules/background.js @@ -7,8 +7,7 @@ export const useBackgroundStore = defineStore('background', { bgImage: bigBackgroud }), actions: { - setBgImage(newImage) { - console.log('接收', newImage) + setBgImage(newImage) { this.bgImage = newImage } } diff --git a/src/views/monitor/operlog/index.vue b/src/views/monitor/operlog/index.vue index c3ccafb..89fd52a 100644 --- a/src/views/monitor/operlog/index.vue +++ b/src/views/monitor/operlog/index.vue @@ -1,15 +1,11 @@ - + + + + + + + + 查询 重置 - {{ form.title }} / {{ typeFormat(form) }} {{ form.operName }} / {{ form.operIp }} / {{ form.operLocation - }} + }} {{ form.operUrl }} @@ -145,6 +149,7 @@