From 76970ecb537ce21e2a79c9d10d91998fef56a867 Mon Sep 17 00:00:00 2001 From: wuyize Date: Sat, 9 Jul 2022 10:53:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=B0=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CreatePersonDialog.vue | 2 +- src/views/ProjectInfo.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/CreatePersonDialog.vue b/src/components/CreatePersonDialog.vue index 4801f6a..10c3e49 100644 --- a/src/components/CreatePersonDialog.vue +++ b/src/components/CreatePersonDialog.vue @@ -150,7 +150,7 @@ export default { this.dynamicTags = []; }, (err) => { - this.$message.error("用户名不存在"); + this.$message.error("添加失败"); } ) .catch(function (error) { diff --git a/src/views/ProjectInfo.vue b/src/views/ProjectInfo.vue index b54b600..f59fafc 100644 --- a/src/views/ProjectInfo.vue +++ b/src/views/ProjectInfo.vue @@ -249,9 +249,9 @@ export default { }, mounted() { const that = this - this.viewHeight = window.innerHeight - 140; + this.viewHeight = window.innerHeight - 150; window.onresize = () => { - that.viewHeight = window.innerHeight - 140; + that.viewHeight = window.innerHeight - 150; }; }, methods: {