From cc2baf27eda873521bcc1f4bcb46d3f61067c32e Mon Sep 17 00:00:00 2001 From: memorylkf <312904636@qq.com> Date: Fri, 13 Mar 2026 10:11:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20[=E7=B3=BB=E7=BB=9F=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=20=E8=A7=92=E8=89=B2=E8=AF=A6=E6=83=85=E7=AD=89=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E8=A1=A8=E5=A4=B4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/ruoyi.scss | 2 +- src/views/system/dept/index.vue | 2 +- src/views/system/role/index.vue | 5 ++--- src/views/system/user/index.vue | 9 ++++++++- src/views/system/user/profile/index.vue | 10 +++++----- src/views/system/user/profile/resetPwd.vue | 3 +++ 6 files changed, 20 insertions(+), 11 deletions(-) diff --git a/src/assets/styles/ruoyi.scss b/src/assets/styles/ruoyi.scss index c12876d..78bf408 100644 --- a/src/assets/styles/ruoyi.scss +++ b/src/assets/styles/ruoyi.scss @@ -174,7 +174,7 @@ .list-group-item { border-bottom: 1px solid #e7eaec; - border-top: 1px solid #e7eaec; + // border-top: 1px solid #e7eaec; margin-bottom: -1px; padding: 11px 0px; font-size: 13px; diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index 8bbab70..f9d72d4 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -359,7 +359,7 @@ export default { getDept(row.deptId).then(response => { this.form = response.data this.open = true - this.title = this.$t('page.system.dept.modifyDept') + this.title = readonly? this.$t('form.detail'): this.$t('page.system.dept.modifyDept') listDeptExcludeChild(row.deptId).then(response => { this.deptOptions = this.handleTree(response.data, "deptId") if (this.deptOptions.length == 0) { diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue index 275b5ac..9e8ecf8 100644 --- a/src/views/system/role/index.vue +++ b/src/views/system/role/index.vue @@ -229,7 +229,7 @@ - +