|
@@ -11,7 +11,7 @@
|
|
</view>
|
|
</view>
|
|
<text class="uni-tab__text">{{ item.text }}</text>
|
|
<text class="uni-tab__text">{{ item.text }}</text>
|
|
<view class="flex uni-tab__dot-box">
|
|
<view class="flex uni-tab__dot-box">
|
|
- <text v-if="item.info" :class="{ 'uni-tab__dots': item.info > 9 }" class="uni-tab__dot " :style="{'backgroundColor':item.infoBackgroundColor?item.infoBackgroundColor:'#ff0000',
|
|
|
|
|
|
+ <text v-if="item.info" :class="{ 'uni-tab__dots': item.info > 9 }" class="uni-tab__dot " :style="{'backgroundColor':item.infoBackgroundColor?item.infoBackgroundColor:'var(--fFB1Color)',
|
|
color:item.infoColor?item.infoColor:'#fff'
|
|
color:item.infoColor?item.infoColor:'#fff'
|
|
}">{{ item.info }}</text>
|
|
}">{{ item.info }}</text>
|
|
</view>
|
|
</view>
|
|
@@ -217,7 +217,7 @@
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
- background-color: #ff0000;
|
|
|
|
|
|
+ background-color: var(--fFB1Color);
|
|
border-radius: 15px;
|
|
border-radius: 15px;
|
|
}
|
|
}
|
|
|
|
|