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)"
>
- {{ JSON.parse(record['filter'])[text] }}
+ {{ JSON.parse(record['filter'])[text] || ' '}}
{{ `${text}` || ' ' }}
{
}
&__text-wrapper {
font-size: 16px;
- color: #333;
+ color: inherit;
}
&__text-wrapper:hover &__icon {
display: inline-block;