fix(系统设置): Logo颜色跟随主题

This commit is contained in:
dataeaseShu 2024-03-06 15:48:51 +08:00
parent 196ea6f095
commit 80bae5f5cb

View File

@ -101,6 +101,10 @@ onMounted(() => {
color: var(--ed-color-black) !important;
}
}
.logo {
color: var(--ed-color-black) !important;
}
}
.header-flex {
margin-bottom: 0.5px;
@ -157,6 +161,7 @@ onMounted(() => {
width: 134px;
height: 34px;
margin-right: 48px;
color: #ffffff;
}
</style>