Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
T
transport-show-h5
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
transport-show-h5
Commits
dbaa5ae4
提交
dbaa5ae4
authored
8月 10, 2020
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
答题卡添加清空弹窗
上级
ae9c3d70
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
64 行增加
和
2 行删除
+64
-2
answerCard.vue
src/pages/my/answerCard.vue
+63
-1
collectQuestions.vue
src/pages/my/collectQuestions.vue
+1
-1
没有找到文件。
src/pages/my/answerCard.vue
浏览文件 @
dbaa5ae4
...
...
@@ -39,6 +39,16 @@
<div
class=
"clear-btn"
>
<div
class=
"btn"
@
click=
"clearQuestion"
>
清空记录,重新答题
</div>
</div>
<div
class=
"exam_submit"
v-if=
"isPopShow"
>
<div
class=
"pop"
>
<div
class=
"tit"
></div>
<div
class=
"txt"
>
您确定要清空当前做题记录并重新开始吗?
</div>
<div
class=
"btn_box"
>
<div
class=
"btn"
@
click=
"isPopShow = false"
>
取消
</div>
<div
class=
"btn btn2"
@
click=
"clearQuestion"
>
清空
</div>
</div>
</div>
</div>
</div>
</template>
<
script
>
...
...
@@ -59,7 +69,8 @@ export default {
5
:
'案例题'
,
6
:
'判断题'
},
dataList
:
[]
dataList
:
[],
isPopShow
:
false
}
},
methods
:
{
...
...
@@ -105,6 +116,57 @@ export default {
}
</
script
>
<
style
lang=
"scss"
scoped
>
.exam_submit
{
position
:
fixed
;
top
:
0
;
left
:
0
;
z-index
:
999999
;
width
:
100%
;
height
:
100%
;
background
:
rgba
(
0
,
0
,
0
,
0
.6
);
.pop
{
width
:
5
.9rem
;
position
:
absolute
;
top
:
50%
;
left
:
50%
;
-webkit-transform
:
translate
(
-50%
,-
50%
);
background
:rgba
(
255
,
255
,
255
,
1
)
;
border-radius
:
.12rem
;
padding
:
0
.4rem
0
;
.tit
{
font-weight
:bold
;
color
:rgba
(
34
,
34
,
34
,
1
)
;
font-size
:
.3rem
;
text-align
:
center
;
line-height
:
100%
;
}
.txt
{
color
:rgba
(
34
,
34
,
34
,
1
)
;
font-size
:
.3rem
;
text-align
:
center
;
line-height
:
100%
;
margin-top
:
.8rem
;
}
.btn_box
{
padding
:
0
0
.2rem
;
display
:
flex
;
margin-top
:
.8rem
;
.btn
{
width
:
2
.6rem
;
height
:
.7rem
;
background
:
#C62245
;
border-radius
:
.12rem
;
text-align
:
center
;
line-height
:
.7rem
;
color
:
#fff
;
font-size
:
.3rem
;
}
.btn2
{
margin-left
:
auto
;
}
}
}
}
.card_box
{
width
:
100%
;
height
:
100%
;
...
...
src/pages/my/collectQuestions.vue
浏览文件 @
dbaa5ae4
...
...
@@ -200,7 +200,7 @@ export default {
path
:
'/my/questionsDetails'
,
query
:
{
page
:
parseInt
(
num
)
===
0
?
1
:
num
,
type
:
this
.
activeClass
===
'0'
?
1
:
3
,
type
:
2
,
questionType
:
this
.
screen
.
screenVal
}
})
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论