|
@@ -520,7 +520,7 @@
|
|
<img src="../../assets/img/del@2x.png" alt @click="allShowModel(3)">
|
|
<img src="../../assets/img/del@2x.png" alt @click="allShowModel(3)">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="model-items">
|
|
|
|
|
|
+ <div class="model-items" style="width: 100%">
|
|
<div class="model-items-first">
|
|
<div class="model-items-first">
|
|
<div>
|
|
<div>
|
|
<img :src="BASE_URL + GetTeacherDetail.imgUrl" v-if="GetTeacherDetail.imgUrl" alt class="model-items-first-img">
|
|
<img :src="BASE_URL + GetTeacherDetail.imgUrl" v-if="GetTeacherDetail.imgUrl" alt class="model-items-first-img">
|
|
@@ -923,7 +923,6 @@ export default {
|
|
if (this.monitorTeacherList.unCorrectCount == 0){
|
|
if (this.monitorTeacherList.unCorrectCount == 0){
|
|
this.isNocheck = true;
|
|
this.isNocheck = true;
|
|
var time = setTimeout(function () {
|
|
var time = setTimeout(function () {
|
|
- console.log('2222')
|
|
|
|
this.isNocheck = true;
|
|
this.isNocheck = true;
|
|
clearTimeout(time);
|
|
clearTimeout(time);
|
|
}, 1000);
|
|
}, 1000);
|
|
@@ -1204,7 +1203,7 @@ el-table {
|
|
width: 60px;
|
|
width: 60px;
|
|
}
|
|
}
|
|
.tr-sw180{
|
|
.tr-sw180{
|
|
- width: 180px;
|
|
|
|
|
|
+ width: 230px;
|
|
}
|
|
}
|
|
.tr-secondsA{
|
|
.tr-secondsA{
|
|
text-align: center;
|
|
text-align: center;
|
|
@@ -1214,6 +1213,10 @@ width: 60px;
|
|
}
|
|
}
|
|
.tr-w120{
|
|
.tr-w120{
|
|
width:120px;
|
|
width:120px;
|
|
|
|
+ text-align: left;
|
|
|
|
+ display: inline-block;
|
|
|
|
+ /*height: 80px;*/
|
|
|
|
+ /*line-height: 80px;*/
|
|
}
|
|
}
|
|
.tr-second-check {
|
|
.tr-second-check {
|
|
color: #3ab548;
|
|
color: #3ab548;
|
|
@@ -1313,11 +1316,11 @@ width: 60px;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
}
|
|
}
|
|
.model-items {
|
|
.model-items {
|
|
- padding: 20px;
|
|
|
|
|
|
+ padding: 20px 0;
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
- width: 45%;
|
|
|
|
|
|
+ width: 100%;
|
|
}
|
|
}
|
|
.model-items-left-top-img {
|
|
.model-items-left-top-img {
|
|
width: 68px;
|
|
width: 68px;
|