This commit is contained in:
jxxghp
2023-07-11 08:20:16 +08:00
parent 6f000ea332
commit de30dc6ce1
3 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ export const formatSeconds = (seconds: number) => {
formattedTime += `${minutes}`;
}
if (remainingSeconds > 0 || formattedTime === '') {
if ((remainingSeconds > 0 || formattedTime === '') && hours <= 0) {
formattedTime += `${remainingSeconds}`;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

@@ -109,7 +109,7 @@ const series = [{ data: [37, 57, 45, 75, 57, 40, 65] }];
<p>最近一周入库了 45 部影片 😎</p>
</div>
<VBtn block> 查看详情 </VBtn>
<VBtn block to="/history"> 查看详情 </VBtn>
</VCardText>
</VCard>
</template>