From fdc25724779615435061156224a6331b310bde68 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 27 Jan 2026 15:04:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=B6=E9=97=B4=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/timeTag/index.vue | 9 +++++---- src/views/trials/trials-layout/components/topLang.vue | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/components/timeTag/index.vue b/src/components/timeTag/index.vue index d9c39a09..6bece77b 100644 --- a/src/components/timeTag/index.vue +++ b/src/components/timeTag/index.vue @@ -9,7 +9,7 @@ export default { return { time: '', timer: null, - suggestionTextColor: '#000' + suggestionTextColor: '#909399' } }, created() { @@ -34,7 +34,7 @@ export default { const body = document.getElementsByTagName('body')[0] let maxLeft = body.offsetWidth - box.offsetWidth let maxTop = body.offsetHeight - box.offsetHeight - 30 - box.style.cssText += `left:${maxLeft}px;top:0px;` + box.style.cssText += `left:${maxLeft}px;top:7px;` const sty = (function () { if (window.document.currentStyle) { return (dom, attr) => dom.currentStyle[attr] @@ -90,7 +90,7 @@ export default { } }, setColor() { - this.suggestionTextColor = "#000" + this.suggestionTextColor = "#909399" let pathList = ['/showvisitdicoms', '/showdicom', '/readingDicoms', '/petct', '/noneDicomReading'] if (pathList.includes(window.location.pathname)) { this.suggestionTextColor = "#fff" @@ -110,6 +110,7 @@ export default { position: fixed; z-index: 99999; cursor: move; - width: 220px; + width: 195px; + font-size: 14px; } \ No newline at end of file diff --git a/src/views/trials/trials-layout/components/topLang.vue b/src/views/trials/trials-layout/components/topLang.vue index c41d6a92..da8bc804 100644 --- a/src/views/trials/trials-layout/components/topLang.vue +++ b/src/views/trials/trials-layout/components/topLang.vue @@ -1,11 +1,11 @@