Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
X
x-learn
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
x-learn
Commits
41a5f24b
提交
41a5f24b
authored
12月 24, 2020
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
39b11f1a
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
21 行增加
和
11 行删除
+21
-11
header.vue
src/components/layout/header.vue
+1
-1
index.vue
src/pages/exam/courseExam/chapter/index.vue
+4
-2
index.vue
src/pages/exam/courseExam/examSite/index.vue
+4
-2
index.vue
src/pages/exam/mockExam/exam/index.vue
+4
-2
questionDetails.vue
src/pages/exam/myExam/questionDetails.vue
+4
-2
index.vue
src/pages/exam/testExam/exam/index.vue
+4
-2
没有找到文件。
src/components/layout/header.vue
浏览文件 @
41a5f24b
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<div
class=
"tool"
>
<div
class=
"tool"
>
<!--
<app-search-bar
:value=
"$route.query.keywords"
@
search=
"handleSearch"
/>
-->
<!--
<app-search-bar
:value=
"$route.query.keywords"
@
search=
"handleSearch"
/>
-->
<nav
class=
"nav"
>
<nav
class=
"nav"
>
<
!--
<router-link
to=
"/"
>
首页
</router-link>
--
>
<
router-link
to=
"/"
>
首页
</router-link
>
<router-link
to=
"/my"
>
我的
</router-link>
<router-link
to=
"/my"
>
我的
</router-link>
<router-link
to=
"/messages"
>
通知
</router-link>
<router-link
to=
"/messages"
>
通知
</router-link>
</nav>
</nav>
...
...
src/pages/exam/courseExam/chapter/index.vue
浏览文件 @
41a5f24b
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
<div>
<div>
<div
class=
"answer-box"
>
<div
class=
"answer-box"
>
<div
class=
"head"
id=
"head-h"
>
<div
class=
"head"
id=
"head-h"
>
<el-button
icon=
"el-icon-arrow-left"
circle
@
click=
"$router.back()"
></el-button>
<div
class=
"title"
>
答题
</div>
<div
class=
"title"
>
答题
</div>
<div
class=
"right"
>
<div
class=
"right"
>
<div
class=
"count"
>
{{
time
.
examTimeText
}}
</div>
<div
class=
"count"
>
{{
time
.
examTimeText
}}
</div>
...
@@ -341,12 +342,13 @@ export default {
...
@@ -341,12 +342,13 @@ export default {
// background: #f9f9f9;
// background: #f9f9f9;
.head
{
.head
{
border-bottom
:
1px
solid
#ccc
;
border-bottom
:
1px
solid
#ccc
;
width
:
100%
;
height
:
80px
;
height
:
80px
;
background
:
#FFFFFF
;
background
:
#FFFFFF
;
display
:
flex
;
display
:
flex
;
align-items
:
center
;
padding-left
:
40px
;
.title
{
.title
{
padding-left
:
3
0px
;
padding-left
:
2
0px
;
font-size
:
24px
;
font-size
:
24px
;
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#222222
;
color
:
#222222
;
...
...
src/pages/exam/courseExam/examSite/index.vue
浏览文件 @
41a5f24b
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
<div>
<div>
<div
class=
"answer-box"
>
<div
class=
"answer-box"
>
<div
class=
"head"
id=
"head-h"
>
<div
class=
"head"
id=
"head-h"
>
<el-button
icon=
"el-icon-arrow-left"
circle
@
click=
"$router.back()"
></el-button>
<div
class=
"title"
>
答题
</div>
<div
class=
"title"
>
答题
</div>
<div
class=
"right"
>
<div
class=
"right"
>
<div
class=
"count"
>
{{
questionParams
.
question
.
sheet_time
}}
</div>
<div
class=
"count"
>
{{
questionParams
.
question
.
sheet_time
}}
</div>
...
@@ -222,12 +223,13 @@ export default {
...
@@ -222,12 +223,13 @@ export default {
// background: #f9f9f9;
// background: #f9f9f9;
.head
{
.head
{
border-bottom
:
1px
solid
#ccc
;
border-bottom
:
1px
solid
#ccc
;
width
:
100%
;
height
:
80px
;
height
:
80px
;
background
:
#FFFFFF
;
background
:
#FFFFFF
;
display
:
flex
;
display
:
flex
;
align-items
:
center
;
padding-left
:
40px
;
.title
{
.title
{
padding-left
:
3
0px
;
padding-left
:
2
0px
;
font-size
:
24px
;
font-size
:
24px
;
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#222222
;
color
:
#222222
;
...
...
src/pages/exam/mockExam/exam/index.vue
浏览文件 @
41a5f24b
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
<div>
<div>
<div
class=
"answer-box"
>
<div
class=
"answer-box"
>
<div
class=
"head"
id=
"head-h"
>
<div
class=
"head"
id=
"head-h"
>
<el-button
icon=
"el-icon-arrow-left"
circle
@
click=
"$router.back()"
></el-button>
<div
class=
"title"
>
真题实战
</div>
<div
class=
"title"
>
真题实战
</div>
<div
class=
"right"
>
<div
class=
"right"
>
<div
class=
"count"
>
{{
time
.
examTimeText
}}
</div>
<div
class=
"count"
>
{{
time
.
examTimeText
}}
</div>
...
@@ -408,12 +409,13 @@ export default {
...
@@ -408,12 +409,13 @@ export default {
// background: #f9f9f9;
// background: #f9f9f9;
.head
{
.head
{
border-bottom
:
1px
solid
#ccc
;
border-bottom
:
1px
solid
#ccc
;
width
:
100%
;
height
:
80px
;
height
:
80px
;
background
:
#FFFFFF
;
background
:
#FFFFFF
;
display
:
flex
;
display
:
flex
;
align-items
:
center
;
padding-left
:
40px
;
.title
{
.title
{
padding-left
:
3
0px
;
padding-left
:
2
0px
;
font-size
:
24px
;
font-size
:
24px
;
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#222222
;
color
:
#222222
;
...
...
src/pages/exam/myExam/questionDetails.vue
浏览文件 @
41a5f24b
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
<div>
<div>
<div
class=
"answer-box"
>
<div
class=
"answer-box"
>
<div
class=
"head"
id=
"head-h"
>
<div
class=
"head"
id=
"head-h"
>
<el-button
icon=
"el-icon-arrow-left"
circle
@
click=
"$router.back()"
></el-button>
<div
class=
"title"
>
{{
$route
.
query
.
type
==
1
?
'我的错题'
:
$route
.
query
.
type
==
2
?
'收藏试题'
:
'已做试题'
}}
</div>
<div
class=
"title"
>
{{
$route
.
query
.
type
==
1
?
'我的错题'
:
$route
.
query
.
type
==
2
?
'收藏试题'
:
'已做试题'
}}
</div>
<div
class=
"right"
>
<div
class=
"right"
>
<div
class=
"count"
>
{{
questionParams
.
question
.
sheet_time
}}
</div>
<div
class=
"count"
>
{{
questionParams
.
question
.
sheet_time
}}
</div>
...
@@ -379,12 +380,13 @@ export default {
...
@@ -379,12 +380,13 @@ export default {
// background: #f9f9f9;
// background: #f9f9f9;
.head
{
.head
{
border-bottom
:
1px
solid
#ccc
;
border-bottom
:
1px
solid
#ccc
;
width
:
100%
;
height
:
80px
;
height
:
80px
;
background
:
#FFFFFF
;
background
:
#FFFFFF
;
display
:
flex
;
display
:
flex
;
align-items
:
center
;
padding-left
:
40px
;
.title
{
.title
{
padding-left
:
3
0px
;
padding-left
:
2
0px
;
font-size
:
24px
;
font-size
:
24px
;
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#222222
;
color
:
#222222
;
...
...
src/pages/exam/testExam/exam/index.vue
浏览文件 @
41a5f24b
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
<div>
<div>
<div
class=
"answer-box"
>
<div
class=
"answer-box"
>
<div
class=
"head"
id=
"head-h"
>
<div
class=
"head"
id=
"head-h"
>
<el-button
icon=
"el-icon-arrow-left"
circle
@
click=
"$router.back()"
></el-button>
<div
class=
"title"
>
考前摸底
</div>
<div
class=
"title"
>
考前摸底
</div>
<div
class=
"right"
>
<div
class=
"right"
>
<div
class=
"count"
>
{{
time
.
examTimeText
}}
</div>
<div
class=
"count"
>
{{
time
.
examTimeText
}}
</div>
...
@@ -406,12 +407,13 @@ export default {
...
@@ -406,12 +407,13 @@ export default {
// background: #f9f9f9;
// background: #f9f9f9;
.head
{
.head
{
border-bottom
:
1px
solid
#ccc
;
border-bottom
:
1px
solid
#ccc
;
width
:
100%
;
height
:
80px
;
height
:
80px
;
background
:
#FFFFFF
;
background
:
#FFFFFF
;
display
:
flex
;
display
:
flex
;
align-items
:
center
;
padding-left
:
40px
;
.title
{
.title
{
padding-left
:
3
0px
;
padding-left
:
2
0px
;
font-size
:
24px
;
font-size
:
24px
;
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#222222
;
color
:
#222222
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论