|
@@ -21,7 +21,7 @@
|
|
>
|
|
>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="part-box pard-box-pad">
|
|
|
|
|
|
+ <div class="part-box part-box-pad">
|
|
<div class="part-box-head">
|
|
<div class="part-box-head">
|
|
<h3>班级阅卷进度</h3>
|
|
<h3>班级阅卷进度</h3>
|
|
</div>
|
|
</div>
|
|
@@ -39,7 +39,7 @@
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-button
|
|
<el-button
|
|
- class="btn-primary"
|
|
|
|
|
|
+ class="btn-act-primary"
|
|
type="text"
|
|
type="text"
|
|
@click="toMarker(scope.row)"
|
|
@click="toMarker(scope.row)"
|
|
>{{ scope.row.markerCount }}</el-button
|
|
>{{ scope.row.markerCount }}</el-button
|
|
@@ -78,7 +78,7 @@
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-button
|
|
<el-button
|
|
- class="btn-primary"
|
|
|
|
|
|
+ class="btn-act-primary"
|
|
type="text"
|
|
type="text"
|
|
@click="toArbitrate(scope.row)"
|
|
@click="toArbitrate(scope.row)"
|
|
>{{ scope.row.arbitrateCount }}</el-button
|
|
>{{ scope.row.arbitrateCount }}</el-button
|
|
@@ -100,7 +100,7 @@
|
|
</el-pagination>
|
|
</el-pagination>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="part-box pard-box-pad">
|
|
|
|
|
|
+ <div class="part-box part-box-pad">
|
|
<div class="part-box-head">
|
|
<div class="part-box-head">
|
|
<h3>评阅题目进度</h3>
|
|
<h3>评阅题目进度</h3>
|
|
</div>
|
|
</div>
|
|
@@ -118,7 +118,7 @@
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-button
|
|
<el-button
|
|
- class="btn-primary"
|
|
|
|
|
|
+ class="btn-act-primary"
|
|
type="text"
|
|
type="text"
|
|
@click="toMarker(scope.row)"
|
|
@click="toMarker(scope.row)"
|
|
>{{ scope.row.markerCount }}</el-button
|
|
>{{ scope.row.markerCount }}</el-button
|
|
@@ -162,7 +162,7 @@
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-button
|
|
<el-button
|
|
- class="btn-primary"
|
|
|
|
|
|
+ class="btn-act-primary"
|
|
type="text"
|
|
type="text"
|
|
@click="toArbitrate(scope.row)"
|
|
@click="toArbitrate(scope.row)"
|
|
>{{ scope.row.arbitrateCount }}</el-button
|
|
>{{ scope.row.arbitrateCount }}</el-button
|