From 07dce5a27ea5f6eca4060dc6b8f30e0b9e716ca3 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 23 Aug 2024 19:05:35 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=9A=97=E9=BB=91=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E4=B8=8B=E6=96=87=E5=AD=97=E5=8F=8D=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/BasicLayout.vue | 3 ++- src/views/ne/neConfig/index.vue | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/layouts/BasicLayout.vue b/src/layouts/BasicLayout.vue index e54298f6..9a3f9f4d 100644 --- a/src/layouts/BasicLayout.vue +++ b/src/layouts/BasicLayout.vue @@ -435,7 +435,8 @@ onUnmounted(() => { } & #serverTimeDom { - color: #00000085; + color: inherit; + opacity: 0.85; transition: all 0.3s; } } diff --git a/src/views/ne/neConfig/index.vue b/src/views/ne/neConfig/index.vue index 07fe2373..dac462ce 100644 --- a/src/views/ne/neConfig/index.vue +++ b/src/views/ne/neConfig/index.vue @@ -589,7 +589,7 @@ onMounted(() => { @dblclick="listEdit(record)" > { } &__text-wrapper { font-size: 16px; - color: #333; + color: inherit; } &__text-wrapper:hover &__icon { display: inline-block;