提交 090d8440 作者: vben

fix: type, #1347

上级 013cb7f1
...@@ -48,7 +48,6 @@ ...@@ -48,7 +48,6 @@
left: 50%; left: 50%;
display: flex; display: flex;
transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
justify-content: center; justify-content: center;
align-items: center; align-items: center;
flex-direction: column; flex-direction: column;
...@@ -111,32 +110,27 @@ ...@@ -111,32 +110,27 @@
top: 0; top: 0;
right: 0; right: 0;
animation-delay: 0.4s; animation-delay: 0.4s;
animation-delay: 0.4s;
} }
.dot i:nth-child(3) { .dot i:nth-child(3) {
right: 0; right: 0;
bottom: 0; bottom: 0;
animation-delay: 0.8s; animation-delay: 0.8s;
animation-delay: 0.8s;
} }
.dot i:nth-child(4) { .dot i:nth-child(4) {
bottom: 0; bottom: 0;
left: 0; left: 0;
animation-delay: 1.2s; animation-delay: 1.2s;
animation-delay: 1.2s;
} }
@keyframes antRotate { @keyframes antRotate {
to { to {
transform: rotate(405deg); transform: rotate(405deg);
transform: rotate(405deg);
} }
} }
@keyframes antRotate { @keyframes antRotate {
to { to {
transform: rotate(405deg); transform: rotate(405deg);
transform: rotate(405deg);
} }
} }
@keyframes antSpinMove { @keyframes antSpinMove {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
import moment from 'moment'; import moment from 'moment';
const DATE_TIME_FORMAT = 'YYYY-MM-DD HH:mm:ss'; const DATE_TIME_FORMAT = 'YYYY-MM-DD HH:mm:ss';
const DATE_FORMAT = 'YYYY-MM-DD '; const DATE_FORMAT = 'YYYY-MM-DD';
export function formatToDateTime( export function formatToDateTime(
date: moment.MomentInput = undefined, date: moment.MomentInput = undefined,
......
...@@ -27,7 +27,7 @@ export default defineConfig({ ...@@ -27,7 +27,7 @@ export default defineConfig({
* Used for animation when the element is displayed * Used for animation when the element is displayed
* @param maxOutput The larger the maxOutput output, the larger the generated css volume * @param maxOutput The larger the maxOutput output, the larger the generated css volume
*/ */
function createEnterPlugin(maxOutput = 7) { function createEnterPlugin(maxOutput = 6) {
const createCss = (index: number, d = 'x') => { const createCss = (index: number, d = 'x') => {
const upd = d.toUpperCase(); const upd = d.toUpperCase();
return { return {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论