mirror of
https://github.com/blossom-editor/blossom
synced 2024-11-17 14:39:21 +08:00
perf: 删除无用代码
This commit is contained in:
parent
1973a00e0b
commit
327d88f3db
@ -425,23 +425,4 @@ defineExpose({ handleShowBackupDialog })
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.wbpage-one-enter-from,
|
||||
.wbpage-one-leave-to {
|
||||
opacity: 0;
|
||||
transform: translateY(-30%);
|
||||
}
|
||||
|
||||
.wbpage-two-enter-from,
|
||||
.wbpage-two-leave-to {
|
||||
opacity: 0;
|
||||
transform: translateY(30%);
|
||||
}
|
||||
|
||||
.wbpage-one-enter-active,
|
||||
.wbpage-one-leave-active,
|
||||
.wbpage-two-enter-active,
|
||||
.wbpage-two-leave-active {
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
</style>
|
||||
|
@ -78,14 +78,6 @@
|
||||
|
||||
&>div {
|
||||
@extend .menu-item;
|
||||
// @include flex(row, flex-start, center);
|
||||
// line-height: 0.9;
|
||||
// padding: 5px 5px 5px 10px;
|
||||
// margin: 0 5px 5px 5px;
|
||||
|
||||
// &:hover {
|
||||
// background: var(--el-color-primary-light-8);
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -88,10 +88,6 @@
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
// transition:
|
||||
// border-color var(--el-transition-duration),
|
||||
// background-color var(--el-transition-duration),
|
||||
// color var(--el-transition-duration);
|
||||
transition: none;
|
||||
}
|
||||
|
||||
|
@ -48,7 +48,4 @@
|
||||
.bl-a-lowerrightpage-fill {
|
||||
color: var(--el-color-primary);
|
||||
}
|
||||
|
||||
.bl-a-fileadd-line {
|
||||
}
|
||||
}
|
||||
|
@ -344,23 +344,4 @@ const emits = defineEmits(['completed'])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.wbpage-one-enter-from,
|
||||
.wbpage-one-leave-to {
|
||||
opacity: 0;
|
||||
transform: translateY(-30%);
|
||||
}
|
||||
|
||||
.wbpage-two-enter-from,
|
||||
.wbpage-two-leave-to {
|
||||
opacity: 0;
|
||||
transform: translateY(30%);
|
||||
}
|
||||
|
||||
.wbpage-one-enter-active,
|
||||
.wbpage-one-leave-active,
|
||||
.wbpage-two-enter-active,
|
||||
.wbpage-two-leave-active {
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user