From 7e51c926505a14488ce3117d26bf0bf0017825f3 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Thu, 14 May 2026 14:19:25 +0800 Subject: [PATCH] no message --- agencyGroupUserApply.html | 2 +- components/panel/messageCell.vue | 2 +- pages/message/index.vue | 6 +++--- root/login/index.vue | 5 +---- root/person/loginIndex.vue | 5 +---- 5 files changed, 7 insertions(+), 13 deletions(-) diff --git a/agencyGroupUserApply.html b/agencyGroupUserApply.html index 753e823..250fa46 100644 --- a/agencyGroupUserApply.html +++ b/agencyGroupUserApply.html @@ -440,7 +440,7 @@ const timeOut = document.getElementById("timeOut"); const noTimeOut = document.getElementById("noTimeOut"); const footerText = document.getElementById("footerText"); - footerText.textContent = `© ${new Date().getFullYear()} 人海科技 技术支持 `; + footerText.textContent = `© ${new Date().getFullYear()} 人海云平台 技术支持 `; // http://127.0.0.1:5500/agencyGroupUserApply.html?inviteUserId=123&agencyId=456&agencyName=%E6%98%A5%E9%9B%B7%E4%BA%BA%E5%8A%9B&agencyFullName=%E6%98%A5%E9%9B%B7&expirationTimestamp=13123123123123 const url = window.location.href; let urlParams = getUrlParams(url); diff --git a/components/panel/messageCell.vue b/components/panel/messageCell.vue index f5a3d79..7564dbb 100644 --- a/components/panel/messageCell.vue +++ b/components/panel/messageCell.vue @@ -121,7 +121,7 @@ export default { .mcell{ border-radius: 8px; width: calc(100vw - 20px); - margin: 10px auto 0; + margin: 0px auto 0; overflow: hidden; } diff --git a/pages/message/index.vue b/pages/message/index.vue index 2b4bd7d..6d44794 100644 --- a/pages/message/index.vue +++ b/pages/message/index.vue @@ -1,9 +1,9 @@