10.10综合交易所原始源码_移动端
1
2026-05-26 0dbc7465447164fef24327b5d494870832d798dd
src/App.vue
@@ -35,9 +35,9 @@
if (usercode) {
  setStorage("usercode", usercode);
}
//设置主题 - 默认使用黑夜模式
//设置主题 - 默认使用白天模式
if (!getStorage("theme")) {
  thStore[SET_THEME]("dark", false); // 默认使用黑夜模式
  thStore[SET_THEME]("white", false); // 默认使用白天模式
} else {
  thStore[SET_THEME](thStore.theme, false);
}
@@ -370,7 +370,7 @@
  }
  .van-dropdown-menu__title {
    color: $text_color !important;
    color: $text_color;
  }
  .van-nav-bar__right {
@@ -379,10 +379,10 @@
}
.van-nav-bar__left {
  padding: 0 16px !important;
  padding: 0 16px;
}
.header {
  padding-top: 8px !important;
  padding-top: 8px;
}
</style>