From d6f36cbbdaddbca29da8fa59f8fc18d872a6ed74 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Sat, 9 May 2026 15:33:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=8C=BF=E5=90=8D=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Dicom/DicomViewer.vue | 41 ++++++++++++++++++---------- src/components/TrialsTab/index.vue | 6 ++++ 2 files changed, 32 insertions(+), 15 deletions(-) diff --git a/src/components/Dicom/DicomViewer.vue b/src/components/Dicom/DicomViewer.vue index 1f46c05b..a1c101c8 100644 --- a/src/components/Dicom/DicomViewer.vue +++ b/src/components/Dicom/DicomViewer.vue @@ -101,9 +101,10 @@ -
{{ - $t('DicomViewer:anonymous:PixelAnonymity') - }} +
{{ + $t('DicomViewer:anonymous:PixelAnonymity') + }}
@@ -1252,25 +1253,27 @@ export default { height: 40px; line-height: 30px; border-radius: 15px; - background-color: rgba(255, 255, 255, .3); cursor: pointer; padding: 5px 10px; - border: 1px solid rgba(255, 255, 255, .7); - color: #000; - - &:hover { - background-color: rgba(255, 255, 255, .5); - } + color: #428bca; + background: #ecf3fa; + border-color: #b3d1ea; } .activeBtn { - background-color: #16477b90; + background: #428bca; + border-color: #428bca; color: #fff; } - .isNoted { - cursor: not-allowed; - } + // &:hover { + // background-color: rgba(255, 255, 255, .5); + // } +} + + +.isNoted { + cursor: not-allowed; }