zhengyiming
2 天以前 bd7dd96c732ded6854d47bf77f65e5c64d3d15e2
apps/taro/src/components/NavigationBar/CommonNavigationBar.vue
@@ -70,9 +70,9 @@
.common-navigation-bar-wrapper {
  width: 100%;
  line-height: 1;
  font-size: 32px;
  color: boleGetCssVar('color', 'title-color');
  line-height: 48px;
  font-size: 34px;
  color: boleGetCssVar('text-color', 'primary');
  min-width: 0;
  position: relative;
  align-items: center;
@@ -81,7 +81,8 @@
  .common-navigation-bar-title {
    @include ellipsis;
    font-weight: 600;
    font-weight: 500;
    line-height: 48px;
  }
  &.dark {