mirror of
https://github.com/fugary/simple-element-plus-template.git
synced 2026-02-23 06:37:01 +00:00
布局设置
This commit is contained in:
@@ -23,7 +23,7 @@ html, body, #app, .index-container {
|
||||
min-height: 400px;
|
||||
}
|
||||
/**
|
||||
* slide-fade 动画
|
||||
* slide-fade动画
|
||||
*/
|
||||
.slide-fade-enter-active {
|
||||
transition: all 0.3s ease-out;
|
||||
@@ -38,3 +38,7 @@ html, body, #app, .index-container {
|
||||
transform: translateX(20px);
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.flex-grow {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user