This commit is contained in:
hzz 2024-07-18 16:38:34 +08:00
parent 7d445d58fc
commit 419dce9bca
4 changed files with 3272 additions and 74 deletions

3338
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -17,6 +17,7 @@
"echarts": "^5.5.0",
"echarts-liquidfill": "^3.1.0",
"element-plus": "^2.3.0",
"pdfobject": "^2.3.0",
"pinia": "^2.0.30",
"recorder-core": "^1.3.23122400",
"register-service-worker": "^1.7.2",

View File

@ -9,7 +9,7 @@
</div>
<!-- <div class="chart" ref="chart"></div> -->
<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>
</div>
<div class="bottom">

View File

@ -109,13 +109,14 @@ onUnmounted(()=>{
--header: 120px;
height: calc(1080px - var(--header));
display: flex;
justify-content: space-between;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
}
.ringchart {
width: 280px;
width: 250px;
height: 300px;
margin-left: 23px;
}
</style>