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