update
This commit is contained in:
parent
7d445d58fc
commit
419dce9bca
3338
package-lock.json
generated
3338
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -17,6 +17,7 @@
|
|||||||
"echarts": "^5.5.0",
|
"echarts": "^5.5.0",
|
||||||
"echarts-liquidfill": "^3.1.0",
|
"echarts-liquidfill": "^3.1.0",
|
||||||
"element-plus": "^2.3.0",
|
"element-plus": "^2.3.0",
|
||||||
|
"pdfobject": "^2.3.0",
|
||||||
"pinia": "^2.0.30",
|
"pinia": "^2.0.30",
|
||||||
"recorder-core": "^1.3.23122400",
|
"recorder-core": "^1.3.23122400",
|
||||||
"register-service-worker": "^1.7.2",
|
"register-service-worker": "^1.7.2",
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- <div class="chart" ref="chart"></div> -->
|
<!-- <div class="chart" ref="chart"></div> -->
|
||||||
<div class="online-time">
|
<div class="online-time">
|
||||||
<span style="font-size:20px; color: #fff;">工作时长</span>
|
<span style="font-size:20px; color: #fff;">当日工作时长</span>
|
||||||
<span>{{ timestampToTime(prop.data.todayRunTime) }}</span>
|
<span>{{ timestampToTime(prop.data.todayRunTime) }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="bottom">
|
<div class="bottom">
|
||||||
|
@ -109,13 +109,14 @@ onUnmounted(()=>{
|
|||||||
--header: 120px;
|
--header: 120px;
|
||||||
height: calc(1080px - var(--header));
|
height: calc(1080px - var(--header));
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: flex-start;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ringchart {
|
.ringchart {
|
||||||
width: 280px;
|
width: 250px;
|
||||||
height: 300px;
|
height: 300px;
|
||||||
|
margin-left: 23px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user