Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
T
transport-show-h5
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
transport-show-h5
Commits
bbf83e78
提交
bbf83e78
authored
8月 03, 2020
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat: 主题颜色修改
上级
99769095
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
13 个修改的文件
包含
20 行增加
和
26 行删除
+20
-26
.gitignore
.gitignore
+3
-3
Card.vue
src/components/Card.vue
+1
-1
index.vue
src/pages/course/learn/index.vue
+1
-1
home.vue
src/pages/course/tag/home.vue
+1
-1
item.vue
src/pages/course/tag/item.vue
+1
-1
searchTagMessage.vue
src/pages/course/tag/searchTagMessage.vue
+1
-1
index.vue
src/pages/courseExam/index.vue
+0
-0
index.vue
src/pages/home/index.vue
+1
-1
login.vue
src/pages/login/login.vue
+2
-2
alarmItem.vue
src/pages/my/alarm/components/alarmItem.vue
+2
-4
update.vue
src/pages/my/alarm/components/update.vue
+4
-8
index.vue
src/pages/my/learn/index.vue
+2
-2
index.vue
src/pages/search/index.vue
+1
-1
没有找到文件。
.gitignore
浏览文件 @
bbf83e78
...
...
@@ -2,6 +2,7 @@
node_modules
npm-debug.log
upload_tmp
node_modules/ *
# code protect - prevent submit code below
\ No newline at end of file
# code protect - prevent submit code below
/dist
/client-dist
src/components/Card.vue
浏览文件 @
bbf83e78
...
...
@@ -33,7 +33,7 @@ export default {
font-weight
:
bold
;
line-height
:
1
;
color
:
#333
;
border-bottom
:
0
.06rem
solid
#
2b7ce9
;
border-bottom
:
0
.06rem
solid
#
c62245
;
}
.card-bd
{
padding
:
0
.2rem
0
;
...
...
src/pages/course/learn/index.vue
浏览文件 @
bbf83e78
...
...
@@ -15,7 +15,7 @@ export default {
name
:
'Course'
,
components
:
{
CourseItem
},
metaInfo
:
{
title
:
'
课程学习
'
title
:
'
VIP课程
'
},
data
()
{
return
{
...
...
src/pages/course/tag/home.vue
浏览文件 @
bbf83e78
...
...
@@ -15,7 +15,7 @@ export default {
name
:
'Course'
,
components
:
{
CourseItem
},
metaInfo
:
{
title
:
'
课程学习
'
title
:
'
考点突击
'
},
data
()
{
return
{
...
...
src/pages/course/tag/item.vue
浏览文件 @
bbf83e78
...
...
@@ -160,7 +160,7 @@ export default {
font-size
:
13px
;
color
:
#fff
;
line-height
:
35px
;
background
:
#
2b7ce9
;
background
:
#
c62245
;
border-radius
:
6px
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
...
...
src/pages/course/tag/searchTagMessage.vue
浏览文件 @
bbf83e78
...
...
@@ -90,7 +90,7 @@ export default {
min-width
:
24px
;
}
.text
{
border-bottom
:
1px
solid
#
2b7ce9
;
border-bottom
:
1px
solid
#
c62245
;
cursor
:
pointer
;
}
}
...
...
src/pages/courseExam/index.vue
浏览文件 @
bbf83e78
差异被折叠。
点击展开。
src/pages/home/index.vue
浏览文件 @
bbf83e78
...
...
@@ -176,7 +176,7 @@ export default {
display
:
inline-block
;
padding
:
0
0
.05rem
;
font-size
:
0
.2rem
;
color
:
#
2b7ce9
;
color
:
#
c62245
;
line-height
:
0
.28rem
;
background-color
:
#e9f1fc
;
border-radius
:
0
.06rem
;
...
...
src/pages/login/login.vue
浏览文件 @
bbf83e78
...
...
@@ -229,8 +229,8 @@ export default {
.login-title
{
display
:
inline-block
;
font-size
:
24px
;
color
:
#
2b7ce9
;
border-bottom
:
5px
solid
#
2b7ce9
;
color
:
#
c62245
;
border-bottom
:
5px
solid
#
c62245
;
}
.login-bd
{
margin-top
:
20px
;
...
...
src/pages/my/alarm/components/alarmItem.vue
浏览文件 @
bbf83e78
...
...
@@ -8,7 +8,7 @@
<van-switch
v-model=
"checked"
size=
"18px"
active-color=
"#
2B7CE9
"
active-color=
"#
C62245
"
:loading=
"switchLoading"
@
change=
"onChange"
/>
...
...
@@ -51,9 +51,7 @@ export default {
}
else
if
(
type
===
3
)
{
return
'工作日'
}
else
{
return
this
.
selectedWeek
.
length
?
'每周'
+
this
.
selectedWeek
.
join
(
'、'
)
:
'永不'
return
this
.
selectedWeek
.
length
?
'每周'
+
this
.
selectedWeek
.
join
(
'、'
)
:
'永不'
}
},
selectedWeek
()
{
...
...
src/pages/my/alarm/components/update.vue
浏览文件 @
bbf83e78
...
...
@@ -61,9 +61,7 @@ export default {
return
}
const
weeks
=
data
.
week_json
?
JSON
.
parse
(
data
.
week_json
)
:
[]
this
.
defaultIndex
=
this
.
timeColumns
.
findIndex
(
item
=>
item
===
data
.
time
)
this
.
defaultIndex
=
this
.
timeColumns
.
findIndex
(
item
=>
item
===
data
.
time
)
this
.
ruleForm
=
Object
.
assign
({},
this
.
ruleForm
,
data
,
{
week_json
:
weeks
})
...
...
@@ -96,9 +94,7 @@ export default {
}
else
if
(
this
.
selectedResultType
===
3
)
{
return
'工作日'
}
else
{
return
this
.
selectedWeek
.
length
?
'每周'
+
this
.
selectedWeek
.
join
(
'、'
)
:
'永不'
return
this
.
selectedWeek
.
length
?
'每周'
+
this
.
selectedWeek
.
join
(
'、'
)
:
'永不'
}
},
selectedWeek
()
{
...
...
@@ -224,7 +220,7 @@ export default {
}
}
::v-deep
.van-checkbox
[
aria-checked
=
'true'
]
{
background-color
:
#
2b7ce9
;
background-color
:
#
c62245
;
border
:
0
;
.van-checkbox__label
{
color
:
#fff
;
...
...
@@ -242,7 +238,7 @@ export default {
display
:
block
;
width
:
100%
;
height
:
40px
;
background-color
:
#
2b7ce9
;
background-color
:
#
c62245
;
border
:
0
;
border-radius
:
6px
;
}
...
...
src/pages/my/learn/index.vue
浏览文件 @
bbf83e78
...
...
@@ -89,7 +89,7 @@ export default {
line-height
:
1
;
text-align
:
center
;
&
.is-active
{
color
:
#
2b7ce9
;
color
:
#
c62245
;
}
}
}
...
...
@@ -101,7 +101,7 @@ export default {
height
:
35px
;
margin
:
0
20px
;
font-size
:
15px
;
background-color
:
#
2b7ce9
;
background-color
:
#
c62245
;
border-radius
:
6px
;
border
:
0
;
}
...
...
src/pages/search/index.vue
浏览文件 @
bbf83e78
...
...
@@ -27,7 +27,7 @@
<van-tabs
class=
"main-tabs"
v-model=
"tabActive"
color=
"#
2b7ce9
"
color=
"#
C62245
"
:line-height=
"2"
:animated=
"true"
:swipeable=
"true"
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论