Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
T
transport-show-h5
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
transport-show-h5
Commits
615c7376
提交
615c7376
authored
7月 14, 2020
作者:
lihuihui
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'master' of
https://gitlab.ezijing.com/ezijing/transport-weapp-h5
上级
99c3764f
7fb41908
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
19 行增加
和
13 行删除
+19
-13
item.vue
src/pages/course/tag/item.vue
+17
-11
tagMessage.vue
src/pages/course/tag/tagMessage.vue
+2
-2
没有找到文件。
src/pages/course/tag/item.vue
浏览文件 @
615c7376
...
...
@@ -10,7 +10,7 @@
<div
class=
"tools"
>
<div
class=
"inner"
>
<ul>
<li
@
click=
"toExamPage"
>
知识点考
试
</li>
<li
@
click=
"toExamPage"
>
去测
试
</li>
</ul>
<ul>
<li
@
click=
"getCourseTag(detail.last)"
v-if=
"detail.last"
>
上一点
</li>
...
...
@@ -123,16 +123,16 @@ export default {
padding
:
10px
0
;
font-size
:
13px
;
line-height
:
22px
;
img
{
::v-deep
img
{
max-width
:
100%
;
}
b
{
::v-deep
b
{
font-weight
:
bold
;
}
}
.tools
{
margin-top
:
5px
;
height
:
34
px
;
height
:
50
px
;
padding-bottom
:
env
(
safe-area-inset-bottom
);
.inner
{
position
:
fixed
;
...
...
@@ -141,20 +141,26 @@ export default {
bottom
:
0
;
display
:
flex
;
justify-content
:
space-between
;
height
:
34px
;
padding
:
20px
20px
0
;
align-items
:
center
;
height
:
50px
;
padding
:
0
20px
;
padding-bottom
:
env
(
safe-area-inset-bottom
);
background-color
:
#fff
;
box-shadow
:
0px
0px
6px
0px
rgba
(
0
,
0
,
0
,
0
.05
);
}
ul
{
font-size
:
0
;
}
li
{
display
:
inline-block
;
height
:
24
px
;
height
:
35
px
;
margin-left
:
10px
;
padding
:
0
15
px
;
padding
:
0
30
px
;
font-size
:
13px
;
color
:
#fff
;
line-height
:
24
px
;
background
:
#
67a8ff
;
border-radius
:
12
px
;
line-height
:
35
px
;
background
:
#
2b7ce9
;
border-radius
:
6
px
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
...
...
src/pages/course/tag/tagMessage.vue
浏览文件 @
615c7376
<
template
>
<div>
<div
class=
"tag-message"
:class=
"classes"
>
<div
class=
"tag-message"
:class=
"classes"
@
click=
"showMore = true"
>
<div
class=
"tag-message-bd"
>
<div
class=
"tag-message-content"
ref=
"content"
v-html=
"html"
></div>
</div>
<div
class=
"more"
@
click
=
"view
More"
v-if=
"hasMore"
>
<div
class=
"more"
@
click
.
stop=
"toggle
More"
v-if=
"hasMore"
>
<template
v-if=
"!showMore"
>
<span>
更多
</span>
<van-icon
name=
"arrow-down"
></van-icon>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论