Skip to content
Snippets Groups Projects
Commit 5eda0685 authored by Pan's avatar Pan
Browse files

add: add transition.css

parent 11beefdb
No related branches found
No related tags found
No related merge requests found
@import './mixin.scss';
@import './transition.scss';
@import './btn.scss';
@import './element-ui.scss';
@import './sidebar.scss';
......@@ -109,17 +110,6 @@ code {
}
}
//globl transition css
.fade-enter-active,
.fade-leave-active {
transition: opacity 0.28s;
}
.fade-enter,
.fade-leave-active {
opacity: 0;
}
//main-container全局样式
.app-container {
padding: 20px;
......
//globl transition css
.fade-enter-active,
.fade-leave-active {
transition: opacity 0.28s;
}
.fade-enter,
.fade-leave-active {
opacity: 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment