From 2573cec4357d9d1a55bcb76a0830f733058421ed Mon Sep 17 00:00:00 2001 From: "1960116313@qq.com" <1960116313@qq.com> Date: Mon, 19 Feb 2024 10:06:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E9=A2=84=E8=A7=88?= =?UTF-8?q?=E5=8D=8F=E8=AE=AE=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 6c9ccd8..2da5c47 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -131,7 +131,8 @@ function handleView(number: number) { url = 'https://qn-static-resource.oss-cn-shanghai.aliyuncs.com/docs/%E9%9A%90%E7%A7%81%E6%94%BF%E7%AD%96.docx' } let urls = '' - urls = `http://view.xdocin.com/xdoc?_xdoc=${url}` + urls = `https://view.officeapps.live.com/op/view.aspx?src=${encodeURIComponent(url)}` + window.open( urls, '', @@ -463,14 +464,13 @@ window.screen.availHeight - 70 width: 100%; height: 100%; border-radius: 4px; - display: flex; - justify-content: center; - align-items: center; + letter-spacing: 0.2em; backdrop-filter: blur(50px); position: absolute; top: 0; right: 2%; + .login-Form { width: 70%; margin: 0 auto; @@ -526,6 +526,28 @@ window.screen.availHeight - 70 letter-spacing: 2px; } } + .versions { + width: 100%; + text-align: center; + font-size: 13px; + + font-weight: 400; + color: #6e7382; + padding-top: 10px; + letter-spacing: 2px; + } + .check { + width: 100%; + text-align: center; + font-size: 12px; + font-weight: 400; + color: #6e7382; + text-align: center; + cursor: pointer; + .blue { + color: #5aa8fd; + } + } } } }