Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
提交
打开侧边栏
com.pica.cloud.education.frontend
pica.cloud.web-education-admin
提交
22a02b79
提交
22a02b79
编写于
11月 12, 2018
作者:
chendeli
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add
上级
f9e3b3ee
变更
3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
5 行增加
和
4 行删除
+5
-4
yqy-five-minutes.vue
src/components/business-new/yqy-five-minutes.vue
+1
-0
teach-top.vue
src/components/teachers/teach-top.vue
+1
-1
detail.vue
src/views/teachers/detail.vue
+3
-3
未找到文件。
src/components/business-new/yqy-five-minutes.vue
浏览文件 @
22a02b79
...
@@ -316,6 +316,7 @@ export default {
...
@@ -316,6 +316,7 @@ export default {
bottom
:px2rem
(
5px
)
;
bottom
:px2rem
(
5px
)
;
position
:absolute
;
position
:absolute
;
background
:
#56c3bb
;
background
:
#56c3bb
;
border-radius
:
2px
2px
0
0
;
}
}
...
...
src/components/teachers/teach-top.vue
浏览文件 @
22a02b79
...
@@ -29,7 +29,7 @@ export default {
...
@@ -29,7 +29,7 @@ export default {
type
:
Number
,
type
:
Number
,
default
:
0
default
:
0
},
},
statusBarHeight
:{
statusBarHeight
:{
type
:
Number
,
type
:
Number
,
default
:
0
default
:
0
},
},
...
...
src/views/teachers/detail.vue
浏览文件 @
22a02b79
...
@@ -26,11 +26,11 @@
...
@@ -26,11 +26,11 @@
<div
class=
"tea-new-title plr15"
>
新课上线
</div>
<div
class=
"tea-new-title plr15"
>
新课上线
</div>
<div
class=
"tea-new-line plr15"
>
<div
class=
"tea-new-line plr15"
>
<div
class=
"item-new-box"
>
<div
class=
"item-new-box"
>
<div
class=
"item-line"
v-for=
"(item,index) in newsList"
>
<div
class=
"item-line"
v-for=
"(item,index) in newsList"
@
click=
"goToPage(item)"
>
<div
class=
"line-img"
>
<div
class=
"line-img"
>
<img
:src=
"item.imageUrl"
>
<img
:src=
"item.imageUrl"
>
<span
class=
"tag"
>
{{
item
.
structureName
}}
</span>
<span
class=
"tag"
>
{{
item
.
structureName
}}
</span>
<span
class=
"line-play"
@
click=
"goToPage(item)"
>
<span
class=
"line-play"
@
click
.
stop
=
"goToPage(item)"
>
<img
src=
"../../images/grey-play.png"
>
<img
src=
"../../images/grey-play.png"
>
</span>
</span>
</div>
</div>
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
</span>
</span>
</div>
</div>
<div
class=
"teach-list plr15"
>
<div
class=
"teach-list plr15"
>
<div
:class=
"index%2==1?'list-item mr0':'list-item'"
v-for=
"(item,index) in list"
>
<div
:class=
"index%2==1?'list-item mr0':'list-item'"
v-for=
"(item,index) in list"
@
click=
"goToPage(item)"
>
<div
class=
"tea-img"
>
<div
class=
"tea-img"
>
<img
:src=
"item.imageUrl"
>
<img
:src=
"item.imageUrl"
>
<span
class=
"learn-p"
>
{{
item
.
joinNum
}}
人已学
</span>
<span
class=
"learn-p"
>
{{
item
.
joinNum
}}
人已学
</span>
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录