mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-06-08 06:16:18 +08:00
feat: 移除图片尺寸展示
This commit is contained in:
parent
8a04564920
commit
92a0afdf70
@ -26,7 +26,6 @@
|
||||
</template>
|
||||
<template v-if="item.type === 'image'">
|
||||
<img class="clip-data-image" :src="item.data" alt="Image" />
|
||||
<div class="clip-data-status image">{{ item.size }}</div>
|
||||
</template>
|
||||
<template v-if="item.type === 'file'">
|
||||
<div
|
||||
|
Loading…
x
Reference in New Issue
Block a user