1
李凌
2026-01-21 e01cee0f0c5c5c2eb2d8595eadb3c7a9df2a37fc
src/components/fx-header/index.vue
@@ -37,13 +37,17 @@
</script>
<style lang="scss" scoped>
@import "@/assets/theme/index.scss";
:deep(.van-icon) {
  font-size: 18px;
  // color: $text_color;
  color: $log-c;
}
:deep(.van-nav-bar__title) {
  color: $log-c;
  @include themify() {
    color: themed("text_color");
  }
  // color: $text_color;
}
</style>