Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
iBiz-Vue-Mob-R7-Res
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
iBiz-R7前端标准模板
iBiz-Vue-Mob-R7-Res
提交
f2c35906
提交
f2c35906
编写于
4月 30, 2020
作者:
KK
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
调整日历样式
上级
33400eb3
变更
3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
17 行增加
和
7 行删除
+17
-7
app-calendar.vue
src/components/app-calendar/app-calendar.vue
+5
-5
icon.css
src/components/app-calendar/icon.css
+10
-1
style.css
src/components/app-calendar/style.css
+2
-1
未找到文件。
src/components/app-calendar/app-calendar.vue
浏览文件 @
f2c35906
...
...
@@ -53,9 +53,11 @@
<div
class=
"mc-text remark-text"
v-if=
"child.eventName && !clean"
>
{{
child
.
eventName
}}
</div>
<div
class=
"mc-dot"
v-if=
"child.eventName && clean"
/>
<!-- user -->
<div
class=
"sign"
v-if=
"sign.date == child.date"
>
<div
v-for=
"(sigin,si) in sign.signs"
:key=
"si"
:style=
"
{color: sigin.color}">——
</div>
<template
v-for=
"(usersign,us) in sign"
>
<div
class=
"sign"
v-if=
"usersign.time==child.date"
:key=
"us"
>
<div
class=
"sign-item"
v-for=
"(sigin,si) in usersign.evens"
:key=
"si"
:style=
"
{color: sigin.color}">—
</div>
</div>
</
template
>
<div
class=
"mc-text"
:class=
"{'isLunarFestival': child.isAlmanac || child.isLunarFestival, 'isGregorianFestival': child.isGregorianFestival, 'isTerm': child.isTerm}"
...
...
@@ -152,7 +154,7 @@
return
[];
}
},
sign
:{
type
:
Object
,
default
:{}
sign
:{
type
:
Array
,
default
:[]
},
lunar
:
{
type
:
Boolean
,
...
...
@@ -315,7 +317,6 @@
loopArray
.
push
(
this
.
months
[
0
]);
this
.
monthsLoop
=
loopArray
;
this
.
monthsLoopCopy
=
this
.
monthsLoop
.
concat
();
},
mounted
()
{
const
self
=
this
;
...
...
@@ -332,7 +333,6 @@
this
.
oversliding
=
true
;
this
.
initRender
=
true
;
this
.
init
();
console
.
log
(
this
.
monthRangeDays
)
},
beforeDestroy
()
{
if
(
isBrowser
)
{
...
...
src/components/app-calendar/icon.css
浏览文件 @
f2c35906
...
...
@@ -12,4 +12,13 @@
.icon-arrow-right
:before
{
content
:
"\e602"
;
}
.icon-arrow-left
:before
{
content
:
"\e501"
;
}
\ No newline at end of file
.icon-arrow-left
:before
{
content
:
"\e501"
;
}
.sign
{
position
:
relative
;
top
:
-5px
;
}
.sign-item
{
line-height
:
1
;
height
:
4px
;
color
:
#ccc
;
}
\ No newline at end of file
src/components/app-calendar/style.css
浏览文件 @
f2c35906
...
...
@@ -6,6 +6,7 @@
user-select
:
none
;
position
:
relative
;
}
.calendar-tools
{
height
:
40px
;
font-size
:
20px
;
...
...
@@ -391,4 +392,4 @@
height
:
100%
;
text-align
:
center
;
line-height
:
2.4
;
}
\ No newline at end of file
}
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录