|
@@ -76,7 +76,7 @@
|
|
|
<el-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24">
|
|
|
<el-card shadow="never" class=" mb-10px h-480px ">
|
|
|
<template #header>
|
|
|
- <div class="h-5 flex justify-between fw-800 text-20px">
|
|
|
+ <div class="h-7 flex justify-between fw-800 text-20px">
|
|
|
<span>周出勤情况</span>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -91,7 +91,7 @@
|
|
|
<el-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24">
|
|
|
<el-card shadow="never" class="mb-10px ">
|
|
|
<template #header>
|
|
|
- <div class="h-5 flex justify-between fw-800 text-20px">
|
|
|
+ <div class="h-7 flex justify-between fw-800 text-20px">
|
|
|
<span>实时打卡状态</span>
|
|
|
</div>
|
|
|
</template>
|