mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2026-01-02 00:59:38 +08:00
feat: 支持鼠标悬停查看具体日期 添加分割线
This commit is contained in:
@@ -15,7 +15,9 @@
|
||||
>
|
||||
<div class="clip-info">
|
||||
<div class="clip-time">
|
||||
<span>{{ dateFormat(item.updateTime) }}</span>
|
||||
<span class="relative-date" :title="new Date(item.updateTime).toLocaleString()">{{
|
||||
dateFormat(item.updateTime)
|
||||
}}</span>
|
||||
</div>
|
||||
<div class="clip-data">
|
||||
<template v-if="item.type === 'text'">
|
||||
|
||||
Reference in New Issue
Block a user