dashboard
repositories
filestore
activity
search
login
zhba
/
zhba_enterprises_bf
保安服务企业管理项目备份
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
电子围栏中心坐标修改
guoshilong
2024-01-22
e1aa4426999b77cae0a816bcf5ccebd376ae13bd
[zhba/zhba_enterprises_bf.git]
/
src
/
assets
/
css
/
transition.scss
1
2
3
4
5
6
7
8
9
10
11
12
.fade-transform-leave-active,
.fade-transform-enter-active {
transition: all .5s;
}
.fade-transform-enter {
opacity: 0;
transform: translateY(30px);
}
.fade-transform-leave-to {
opacity: 0;
transform: translateY(30px);
}