|
@@ -43,7 +43,7 @@
|
|
|
<span style="color:#409eff;font-size:0.58rem">{{submitList.length}}</span>
|
|
|
<span style="font-size:0.32rem;color:#333">人</span>
|
|
|
</div>
|
|
|
- <div style="font-size:0.32rem;color:#333">已提交</div>
|
|
|
+ <div style="font-size:0.32rem;color:#333;text-align:center">已提交</div>
|
|
|
</template>
|
|
|
</van-tab>
|
|
|
<van-tab name="unsubmit">
|
|
@@ -52,7 +52,7 @@
|
|
|
<span style="color:#ffa366;font-size:0.58rem">{{unSubmitList.length}}</span>
|
|
|
<span style="font-size:0.32rem;color:#333">人</span>
|
|
|
</div>
|
|
|
- <div style="font-size:0.32rem;color:#333">待提交</div>
|
|
|
+ <div style="font-size:0.32rem;color:#333;text-align:center">待提交</div>
|
|
|
</template>
|
|
|
</van-tab>
|
|
|
<van-tab name="unfill">
|
|
@@ -61,7 +61,7 @@
|
|
|
<span style="color:#ff4500;font-size:0.58rem">{{unFillList.length + unFillLeaveList.length}}</span>
|
|
|
<span style="font-size:0.32rem;color:#333">人</span>
|
|
|
</div>
|
|
|
- <div style="font-size:0.32rem;color:#333">未填写</div>
|
|
|
+ <div style="font-size:0.32rem;color:#333;text-align:center">未填写</div>
|
|
|
</template>
|
|
|
</van-tab>
|
|
|
</van-tabs>
|