dashboard
repositories
filestore
activity
search
login
admin
/
zhba_enterprises
forked from
zhba/zhba_enterprises
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
68个表格在1366*768下的适配,保安单位情况智能分析中的图表的适配以及其按钮会被遮住不能点击
liuyg
2022-02-15
a38281e697cde9f45926a6af0c88bec14501fec0
[~admin/zhba_enterprises.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);
}