style: 暗黑模式下文字反色
This commit is contained in:
@@ -435,7 +435,8 @@ onUnmounted(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
& #serverTimeDom {
|
& #serverTimeDom {
|
||||||
color: #00000085;
|
color: inherit;
|
||||||
|
opacity: 0.85;
|
||||||
transition: all 0.3s;
|
transition: all 0.3s;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -589,7 +589,7 @@ onMounted(() => {
|
|||||||
@dblclick="listEdit(record)"
|
@dblclick="listEdit(record)"
|
||||||
>
|
>
|
||||||
<template v-if="record['type'] === 'enum'">
|
<template v-if="record['type'] === 'enum'">
|
||||||
{{ JSON.parse(record['filter'])[text] }}
|
{{ JSON.parse(record['filter'])[text] || ' '}}
|
||||||
</template>
|
</template>
|
||||||
<template v-else>{{ `${text}` || ' ' }}</template>
|
<template v-else>{{ `${text}` || ' ' }}</template>
|
||||||
<EditOutlined
|
<EditOutlined
|
||||||
@@ -934,7 +934,7 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
&__text-wrapper {
|
&__text-wrapper {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #333;
|
color: inherit;
|
||||||
}
|
}
|
||||||
&__text-wrapper:hover &__icon {
|
&__text-wrapper:hover &__icon {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|||||||
Reference in New Issue
Block a user