mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-06-28 21:22:53 +08:00
feat: 调整查看全部
按钮样式(status)
This commit is contained in:
parent
31b178ae5b
commit
2a454983fd
@ -18,7 +18,7 @@
|
||||
v-if="item.data.length >= 500"
|
||||
@click.stop="handleDataClick(item)"
|
||||
>
|
||||
点此查看全部>>
|
||||
查看全部
|
||||
</div>
|
||||
{{ item.data.slice(0, 500).trim() }}
|
||||
</template>
|
||||
|
@ -48,6 +48,7 @@
|
||||
}
|
||||
.clip-data-status {
|
||||
position: absolute;
|
||||
width: fit-content;
|
||||
color: @bg-color;
|
||||
background-color: @text-color;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user