diff --git a/system-setting/frontend/src/business/system/user/EditUser.vue b/system-setting/frontend/src/business/system/user/EditUser.vue index ec896416b7..fce7dd6bdb 100644 --- a/system-setting/frontend/src/business/system/user/EditUser.vue +++ b/system-setting/frontend/src/business/system/user/EditUser.vue @@ -51,8 +51,9 @@ - + - + { + let el = this.$refs.workspaceContent; + this.workspaceOptionWidth = el[0].$el.offsetWidth + 'px' + }); + }, + focusProject() { + this.$nextTick(() => { + let el = this.$refs.projectContent; + this.projectOptionWidth = el[0].$el.offsetWidth + 'px' + }); + }, open(type, title, row) { this.type = type ? type : this.type; this.title = title ? title : this.title;