mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-12-23 02:33:41 +08:00
feat: 调整侧栏全部数据样式 增加不隐藏插件执行复制的功能
This commit is contained in:
@@ -48,10 +48,11 @@ onMounted(() => {
|
||||
@import '../style';
|
||||
.fade-enter-active,
|
||||
.fade-leave-active {
|
||||
transition: opacity 0.15s ease;
|
||||
transition: all 0.15s ease;
|
||||
}
|
||||
.fade-enter-from,
|
||||
.fade-leave-to {
|
||||
width: 0px;
|
||||
opacity: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user