|
@@ -7,7 +7,7 @@
|
|
|
<div class="statisticsBox">
|
|
|
<div class="statisticsBox-item" :class="{'act': index === active}" v-for="(item, index) in statisticsList" :key="item.name" @click="statisticsClick(item, index)">
|
|
|
<div style="font-size: 18px; color: #333; font-weight: bold;">{{ statistics[item.name] || '0' }}</div>
|
|
|
- <span style="font-size: 13px; color: #666;">{{ item.label }}</span>
|
|
|
+ <div style="font-size: 13px; color: #666;">{{ item.label }}</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="topTip">推荐好友入职得赏金</div>
|
|
@@ -93,7 +93,7 @@ statisticsClick(statisticsList.value[0])
|
|
|
.statisticsBox-item {
|
|
|
cursor: pointer;
|
|
|
&:hover {
|
|
|
- div, span { color: var(--v-primary-base) !important; }
|
|
|
+ div { color: var(--v-primary-base) !important; }
|
|
|
}
|
|
|
}
|
|
|
}
|