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