File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 4848 left : 50% ;
4949 display : flex;
5050 transform : translate3d (-50% , -50% , 0 );
51- transform : translate3d (-50% , -50% , 0 );
5251 justify-content : center;
5352 align-items : center;
5453 flex-direction : column;
111110 top : 0 ;
112111 right : 0 ;
113112 animation-delay : 0.4s ;
114- animation-delay : 0.4s ;
115113 }
116114
117115 .dot i : nth-child (3 ) {
118116 right : 0 ;
119117 bottom : 0 ;
120118 animation-delay : 0.8s ;
121- animation-delay : 0.8s ;
122119 }
123120
124121 .dot i : nth-child (4 ) {
125122 bottom : 0 ;
126123 left : 0 ;
127124 animation-delay : 1.2s ;
128- animation-delay : 1.2s ;
129125 }
130126 @keyframes antRotate {
131127 to {
132128 transform : rotate (405deg );
133- transform : rotate (405deg );
134129 }
135130 }
136131 @keyframes antRotate {
137132 to {
138133 transform : rotate (405deg );
139- transform : rotate (405deg );
140134 }
141135 }
142136 @keyframes antSpinMove {
Original file line number Diff line number Diff line change 44import moment from 'moment' ;
55
66const DATE_TIME_FORMAT = 'YYYY-MM-DD HH:mm:ss' ;
7- const DATE_FORMAT = 'YYYY-MM-DD ' ;
7+ const DATE_FORMAT = 'YYYY-MM-DD' ;
88
99export function formatToDateTime (
1010 date : moment . MomentInput = undefined ,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export default defineConfig({
2727 * Used for animation when the element is displayed
2828 * @param maxOutput The larger the maxOutput output, the larger the generated css volume
2929 */
30- function createEnterPlugin ( maxOutput = 7 ) {
30+ function createEnterPlugin ( maxOutput = 6 ) {
3131 const createCss = ( index : number , d = 'x' ) => {
3232 const upd = d . toUpperCase ( ) ;
3333 return {
You can’t perform that action at this time.
0 commit comments