|
@@ -38,17 +38,17 @@
|
|
|
<van-tabbar v-model="stateActive" :fixed="false" @change="stateChange" class="stateActiveClass">
|
|
|
<van-tabbar-item name="submit">已提交
|
|
|
<template #icon>
|
|
|
- <span style="color:#409eff">{{submitList.length}}</span><span style="font-size:0.32rem;color:#333">人</span>
|
|
|
+ <span style="color:#409eff;font-size:0.58rem">{{submitList.length}}</span><span style="font-size:0.32rem;color:#333">人</span>
|
|
|
</template>
|
|
|
</van-tabbar-item>
|
|
|
<van-tabbar-item name="unsubmit">未提交
|
|
|
<template #icon>
|
|
|
- <span style="color:#ffa366">{{unSubmitList.length}}</span><span style="font-size:0.32rem;color:#333">人</span>
|
|
|
+ <span style="color:#ffa366;font-size:0.58rem">{{unSubmitList.length}}</span><span style="font-size:0.32rem;color:#333">人</span>
|
|
|
</template>
|
|
|
</van-tabbar-item>
|
|
|
<van-tabbar-item name="unfill">未填写
|
|
|
<template #icon>
|
|
|
- <span style="color:#ff4500">{{unFillList.length + unFillLeaveList.length}}</span><span style="font-size:0.32rem;color:#333">人</span>
|
|
|
+ <span style="color:#ff4500;font-size:0.58rem">{{unFillList.length + unFillLeaveList.length}}</span><span style="font-size:0.32rem;color:#333">人</span>
|
|
|
</template>
|
|
|
</van-tabbar-item>
|
|
|
</van-tabbar>
|