mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-12 02:21:06 +08:00
fix
This commit is contained in:
@@ -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 |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user