布局设置

This commit is contained in:
Gary Fu
2023-12-24 10:28:52 +08:00
parent bb40594f2a
commit 6e15f9e36c
8 changed files with 127 additions and 64 deletions

View File

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