Skip to content

Commit bf85f43

Browse files
authored
Merge pull request dataease#8383 from dataease/pr@dev-v2_logo_color
fix(系统设置): Logo颜色跟随主题
2 parents 196ea6f + 80bae5f commit bf85f43

File tree

1 file changed

+5
-0
lines changed
  • core/core-frontend/src/layout/components

1 file changed

+5
-0
lines changed

core/core-frontend/src/layout/components/Header.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ onMounted(() => {
101101
color: var(--ed-color-black) !important;
102102
}
103103
}
104+
105+
.logo {
106+
color: var(--ed-color-black) !important;
107+
}
104108
}
105109
.header-flex {
106110
margin-bottom: 0.5px;
@@ -157,6 +161,7 @@ onMounted(() => {
157161
width: 134px;
158162
height: 34px;
159163
margin-right: 48px;
164+
color: #ffffff;
160165
}
161166
</style>
162167

0 commit comments

Comments
 (0)