Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
X
x-learn
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
x-learn
Commits
e8177951
提交
e8177951
authored
11月 30, 2021
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
代码提交
上级
5bfa30f1
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
32 行增加
和
20 行删除
+32
-20
QuestionType.vue
src/modules/teacher/data/exam/components/QuestionType.vue
+4
-4
Result.vue
src/modules/teacher/data/exam/components/Result.vue
+1
-1
ScoreRange.vue
src/modules/teacher/data/exam/components/ScoreRange.vue
+7
-2
ExamData.vue
src/modules/teacher/data/exam/views/ExamData.vue
+20
-13
没有找到文件。
src/modules/teacher/data/exam/components/QuestionType.vue
浏览文件 @
e8177951
<
template
>
<el-card
class=
"box-card"
>
<div
slot=
"header"
class=
"clearfix"
>
<h1
style=
"
color: #333; font-size: 16px; border-left: 3px solid #aa1941; padding-left: 7
px"
>
题型数据
</h1>
<h1
style=
"
font-size: 28
px"
>
题型数据
</h1>
</div>
<div
id=
"type"
style=
"width: 3
0
0px; height: 360px"
></div>
<div
id=
"type"
style=
"width: 3
1
0px; height: 360px"
></div>
<div>
客观题正确率76%
</div>
<div>
主观题正确率24%
</div>
</el-card>
...
...
@@ -22,8 +22,8 @@ export default {
}
},
grid
:
{
// left: '1
0%',
// right: '20
%',
left
:
'3
0%'
,
right
:
'5
%'
,
bottom
:
'20%'
,
containLabel
:
true
},
...
...
src/modules/teacher/data/exam/components/Result.vue
浏览文件 @
e8177951
...
...
@@ -3,7 +3,7 @@
<div
slot=
"header"
class=
"clearfix"
>
<h1
style=
"color: #333; font-size: 16px; border-left: 3px solid #aa1941; padding-left: 7px"
>
结果统计
</h1>
</div>
<div
id=
"main"
style=
"width: 3
0
0px; height: 400px"
></div>
<div
id=
"main"
style=
"width: 3
1
0px; height: 400px"
></div>
</el-card>
</
template
>
...
...
src/modules/teacher/data/exam/components/ScoreRange.vue
浏览文件 @
e8177951
...
...
@@ -4,7 +4,7 @@
<h1
style=
"color: #333; font-size: 16px; border-left: 3px solid #aa1941; padding-left: 7px"
>
考分区间
</h1>
<el-button
type=
"text"
style=
"font-size: 16px; color: #aa1941; float: right; margin-top: -35px"
>
设置
</el-button>
</div>
<div
id=
"score"
style=
"width: 3
0
0px; height: 400px"
></div>
<div
id=
"score"
style=
"width: 3
1
0px; height: 400px"
></div>
</el-card>
</
template
>
...
...
@@ -18,7 +18,12 @@ export default {
trigger
:
'item'
},
legend
:
{
bottom
:
'5%'
bottom
:
'5%'
,
left
:
'center'
},
grid
:
{
left
:
'10%'
,
right
:
'10%'
},
series
:
[
{
...
...
src/modules/teacher/data/exam/views/ExamData.vue
浏览文件 @
e8177951
<
template
>
<
app-container
>
<
div
class=
"container"
>
<el-row
type=
"flex"
class=
"row-bg"
justify=
"space-between"
style=
"margin-bottom: 30px"
>
<el-col
:span=
"10"
><h1
style=
"padding-left: 50px; font-size: 30px"
>
模拟测试一
</h1></el-col>
<el-col
:span=
"5"
>
...
...
@@ -10,20 +10,20 @@
</el-col>
</el-row>
<el-row
type=
"flex"
class=
"row-bg"
>
<el-col
style=
"min-width: 366px; margin-right: 21px
"
><ExamInfo
/></el-col>
<el-col
style=
"min-width: 366px; margin-right: 21px
"
><Submission
/></el-col>
<el-col
style=
"min-width: 366px"
><Score
/></el-col>
<el-col
class=
"col
"
><ExamInfo
/></el-col>
<el-col
class=
"col
"
><Submission
/></el-col>
<el-col><Score
/></el-col>
</el-row>
<el-row
type=
"flex"
class=
"row-bg"
style=
"margin-top: 30px"
>
<el-col
style=
"min-width: 560px; margin-right: 21px
"
><ScoreRanking
/></el-col>
<el-col
style=
"min-width: 560px"
><TitleData
/></el-col>
<el-row
type=
"flex"
class=
"row-bg"
>
<el-col
class=
"col
"
><ScoreRanking
/></el-col>
<el-col><TitleData
/></el-col>
</el-row>
<el-row
type=
"flex"
class=
"row-bg"
style=
"margin-top: 30px"
>
<el-col
style=
"min-width: 347px; margin-right: 21px
"
><Result
/></el-col>
<el-col
style=
"min-width: 347px; margin-right: 21px
"
><ScoreRange
/></el-col>
<el-col
style=
"min-width: 347px; margin-right: 21px"
><QuestionType
/></el-col>
<el-row
type=
"flex"
class=
"row-bg"
>
<el-col
class=
"col
"
><Result
/></el-col>
<el-col
class=
"col
"
><ScoreRange
/></el-col>
<el-col><QuestionType
/></el-col>
</el-row>
</
app-container
>
</
div
>
</
template
>
<
script
>
...
...
@@ -45,4 +45,11 @@ export default {
}
</
script
>
<
style
></
style
>
<
style
>
.row-bg
{
margin-top
:
30px
;
}
.col
{
margin-right
:
21px
;
}
</
style
>
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论