1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2026-01-23 16:10:21 +08:00

chore: 弃用sass,使用原生css替换

This commit is contained in:
zclzone
2024-09-25 18:19:48 +08:00
parent 359f683955
commit 304b74bb49
6 changed files with 11 additions and 11 deletions

View File

@@ -26,12 +26,12 @@ body {
.fade-slide-enter-from {
opacity: 0;
transform: translateX(-30px);
transform: translateX(-2%);
}
.fade-slide-leave-to {
opacity: 0;
transform: translateX(30px);
transform: translateX(2%);
}
/* 自定义滚动条样式 */