Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
B
basic-vue-admin
概览
概览
详情
活动
周期分析
版本库
存储库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
Basic
basic-vue-admin
Commits
090d8440
提交
090d8440
authored
11月 11, 2021
作者:
vben
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix: type, #1347
上级
013cb7f1
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
2 行增加
和
8 行删除
+2
-8
index.html
index.html
+0
-6
dateUtil.ts
src/utils/dateUtil.ts
+1
-1
windi.config.ts
windi.config.ts
+1
-1
没有找到文件。
index.html
浏览文件 @
090d8440
...
...
@@ -48,7 +48,6 @@
left
:
50%
;
display
:
flex
;
transform
:
translate3d
(
-50%
,
-50%
,
0
);
transform
:
translate3d
(
-50%
,
-50%
,
0
);
justify-content
:
center
;
align-items
:
center
;
flex-direction
:
column
;
...
...
@@ -111,32 +110,27 @@
top
:
0
;
right
:
0
;
animation-delay
:
0.4s
;
animation-delay
:
0.4s
;
}
.dot
i
:nth-child
(
3
)
{
right
:
0
;
bottom
:
0
;
animation-delay
:
0.8s
;
animation-delay
:
0.8s
;
}
.dot
i
:nth-child
(
4
)
{
bottom
:
0
;
left
:
0
;
animation-delay
:
1.2s
;
animation-delay
:
1.2s
;
}
@keyframes
antRotate
{
to
{
transform
:
rotate
(
405deg
);
transform
:
rotate
(
405deg
);
}
}
@keyframes
antRotate
{
to
{
transform
:
rotate
(
405deg
);
transform
:
rotate
(
405deg
);
}
}
@keyframes
antSpinMove
{
...
...
src/utils/dateUtil.ts
浏览文件 @
090d8440
...
...
@@ -4,7 +4,7 @@
import
moment
from
'moment'
;
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
(
date
:
moment
.
MomentInput
=
undefined
,
...
...
windi.config.ts
浏览文件 @
090d8440
...
...
@@ -27,7 +27,7 @@ export default defineConfig({
* Used for animation when the element is displayed
* @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
upd
=
d
.
toUpperCase
();
return
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论