perf: 删除无用代码

This commit is contained in:
xiaozzzi 2024-02-05 20:49:18 +08:00
parent 1973a00e0b
commit 327d88f3db
5 changed files with 0 additions and 53 deletions

View File

@ -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>

View File

@ -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);
// }
}
}
}

View File

@ -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;
}

View File

@ -48,7 +48,4 @@
.bl-a-lowerrightpage-fill {
color: var(--el-color-primary);
}
.bl-a-fileadd-line {
}
}

View File

@ -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>