UNPKG
bixi
Version:
latest (9.8.1)
9.8.1
9.6.0
0.0.1-pdf-test
企业级中后台前端解决方案
bixi.datagrand.com
bixi
/
src
/
app
/
styles
/
layout.less
9 lines
(8 loc)
•
253 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
@router-animation-name:
antFadeIn;
@router-animation-duration:
1s
;
app-layout
router-outlet
+ * {
display
: block;
// animation-fill-mode: both;
animation-name
:
@router-animation-name
;
// fadeIn;
animation-duration
:
@router-animation-duration
; }