fix: 修改收缩功能

This commit is contained in:
MTrun
2022-01-08 21:01:52 +08:00
parent 072b8668fd
commit a0fdd752d4
10 changed files with 160 additions and 32 deletions
+5 -1
View File
@@ -5,7 +5,7 @@
// extends
// 过度
.go-transition {
transition: all 0.2s;
transition: all 0.4s;
}
.go-flex-center {
@@ -15,6 +15,10 @@
text-align: center;
}
.go-flex-no-wrap {
flex-wrap: nowrap!important;
}
.go-absolute-center {
position: absolute;
top: 50%;