From 0f26cc04c04ef69d4a2ce6cb1f2d172c9ece7366 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Mon, 1 Nov 2021 20:12:48 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/quill/index.vue | 9 +++++++++ src/pages/system/list/staff.vue | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/components/quill/index.vue b/src/components/quill/index.vue index 195825c..3041280 100644 --- a/src/components/quill/index.vue +++ b/src/components/quill/index.vue @@ -215,5 +215,14 @@ export default { border-top: 0; } } +/deep/.ql-snow { + position: relative; + .ql-tooltip { + position: absolute !important; + top: 10px !important; + left: 10px !important; + transform: translateY(10px); + } +} diff --git a/src/pages/system/list/staff.vue b/src/pages/system/list/staff.vue index a247528..115a8ec 100644 --- a/src/pages/system/list/staff.vue +++ b/src/pages/system/list/staff.vue @@ -356,7 +356,7 @@ export default { if (this.isAdd) { url = `${this.api.checkWorkNumOrAccount}?platformId=${Setting.platformId}&type=${Setting.platformType}&account=${this.teacherForm.account}&workNumber=`; } else { - url = `${this.api.checkWorkNumOrAccount}?platformId=${Setting.platformId}&accountId=${this.teacherForm.accountId}&account=${this.teacherForm.account}&workNumber=`; + url = `${this.api.checkWorkNumOrAccount}?platformId=${Setting.platformId}&type=${Setting.platformType}&accountId=${this.teacherForm.accountId}&account=${this.teacherForm.account}&workNumber=`; } this.$post(url).then(res => { if (res.status === 200) {