dashboard
repositories
filestore
activity
search
login
zhba
/
zhba_exam
智慧保安考试系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
考試bug 修復,同时2台电脑登录考试页面时,会产生2个成绩修改
zhongrj
2023-08-31
ae65e215975ea5fec83e24a35583992d93c5d1c2
[zhba/zhba_exam.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);
}