zhengyiming
3 天以前 9453bef1fc4a3121b28ffa6617f0fbfc81d9f634
apps/taro/src/components/Tabs/ProTabs.vue
@@ -461,8 +461,8 @@
      width: auto;
      margin-right: 78rpx;
      flex-direction: column;
      font-size: 26rpx;
      color: boleGetCssVar('text-color', 'secondary');
      font-size: 30rpx;
      color: boleGetCssVar('text-color', 'regular');
      align-items: center;
      transition: all 0.3s ease;
      min-width: 0;
@@ -473,14 +473,14 @@
      }
      .nut-tabs__titles-item__text {
        font-size: 28rpx;
        font-size: 30rpx;
        color: boleGetCssVar('text-color', 'regular');
        line-height: 40rpx;
      }
      &.active {
        color: #222;
        font-weight: 700;
        color: boleGetCssVar('color', 'primary');
        font-weight: normal;
        font-size: 30rpx;
        .nut-tabs__sub-titles-item__text {
@@ -492,7 +492,7 @@
        }
        .nut-tabs__titles-item__text {
          color: boleGetCssVar('text-color', 'primary');
          color: boleGetCssVar('color', 'primary');
        }
      }
@@ -507,7 +507,7 @@
      .nut-tabs__titles-item__line {
        //   width: 100%;
        background: boleGetCssVar('color', 'primary');
        bottom: 0;
        bottom: 20rpx;
        height: 4rpx;
        max-width: 40rpx;
      }