mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改收缩功能
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user