提交 8e6e4c29 authored 作者: matian's avatar matian

style:页面样式调整

上级 8eb241cc
......@@ -57,7 +57,6 @@
v-on="$listeners"
style="height: 100%"
ref="table"
border
>
<template v-for="item in columns">
<el-table-column v-bind="item" :key="item.prop" v-if="visible(item)">
......
......@@ -3,7 +3,7 @@
<div slot="header" class="clearfix">
<h1 style="font-size: 28px">题型数据</h1>
</div>
<div id="type" style="width: 600px; height: 360px"></div>
<div id="type" style="width: 300px; height: 360px"></div>
<div>客观题正确率76%</div>
<div>主观题正确率24%</div>
</el-card>
......@@ -22,8 +22,8 @@ export default {
}
},
grid: {
left: '10%',
right: '20%',
// left: '10%',
// right: '20%',
bottom: '20%',
containLabel: true
},
......
......@@ -3,7 +3,7 @@
<div slot="header" class="clearfix">
<h1 style="font-size: 28px">结果统计</h1>
</div>
<div id="main" style="width: 600px; height: 400px"></div>
<div id="main" style="width: 300px; height: 400px"></div>
</el-card>
</template>
......
......@@ -4,7 +4,7 @@
<h1 style="font-size: 28px">考分区间</h1>
<el-button type="text" style="float: right; margin-top: -40px">设置</el-button>
</div>
<div id="score" style="width: 600px; height: 400px"></div>
<div id="score" style="width: 300px; height: 400px"></div>
</el-card>
</template>
......@@ -18,8 +18,7 @@ export default {
trigger: 'item'
},
legend: {
bottom: '5%',
left: 'center'
bottom: '5%'
},
series: [
{
......
......@@ -9,19 +9,19 @@
<el-button type="text" style="margin-left: 20px">导出pdf</el-button>
</el-col>
</el-row>
<el-row type="flex" class="row-bg" justify="space-around">
<el-col :span="7"><ExamInfo /></el-col>
<el-col :span="7"><Submission /></el-col>
<el-col :span="7"><Score /></el-col>
<el-row type="flex" class="row-bg">
<el-col style="width: 366px; margin-right: 21px"><ExamInfo /></el-col>
<el-col style="width: 366px; margin-right: 21px"><Submission /></el-col>
<el-col style="width: 366px"><Score /></el-col>
</el-row>
<el-row type="flex" class="row-bg" justify="space-around" style="margin-top: 30px">
<el-col :span="11"><ScoreRanking /></el-col>
<el-col :span="11"><TitleData /></el-col>
<el-row type="flex" class="row-bg" style="margin-top: 30px">
<el-col style="width: 560px; margin-right: 21px"><ScoreRanking /></el-col>
<el-col style="width: 560px"><TitleData /></el-col>
</el-row>
<el-row type="flex" class="row-bg" justify="space-around" style="margin-top: 30px">
<el-col :span="7"><Result /></el-col>
<el-col :span="7"><ScoreRange /></el-col>
<el-col :span="7"><QuestionType /></el-col>
<el-row type="flex" class="row-bg" style="margin-top: 30px">
<el-col style="width: 347px; margin-right: 21px"><Result /></el-col>
<el-col style="width: 347px; margin-right: 21px"><ScoreRange /></el-col>
<el-col style="width: 347px; margin-right: 21px"><QuestionType /></el-col>
</el-row>
</app-container>
</template>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论