forked from github/dataease
fix(系统设置): Logo颜色跟随主题
This commit is contained in:
parent
196ea6f095
commit
80bae5f5cb
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user