|
@@ -35,7 +35,7 @@
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>
|
|
<span>班级:</span>
|
|
<span>班级:</span>
|
|
- <div class="txt">{{ worksDialogCon2.class }}</div>
|
|
|
|
|
|
+ <div class="txt">{{ worksDialogCon2.class ? worksDialogCon2.class : "——" }}</div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>
|
|
<span>学校:</span>
|
|
<span>学校:</span>
|
|
@@ -477,6 +477,7 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div
|
|
<div
|
|
|
|
+
|
|
v-if="
|
|
v-if="
|
|
l.content && l.content.length && l.eList && l.eList.length
|
|
l.content && l.content.length && l.eList && l.eList.length
|
|
"
|
|
"
|
|
@@ -496,7 +497,7 @@
|
|
<div class="taskScoCon">
|
|
<div class="taskScoCon">
|
|
<!-- 分数详情与素养 -->
|
|
<!-- 分数详情与素养 -->
|
|
<div style="flex: 1; display: flex; flex-wrap: wrap">
|
|
<div style="flex: 1; display: flex; flex-wrap: wrap">
|
|
- <div style="width: 322px; margin:0 20px 10px 0">
|
|
|
|
|
|
+ <div style="width: 375px; margin:0 20px 10px 0">
|
|
<div class="taskScoConTit">分数详情</div>
|
|
<div class="taskScoConTit">分数详情</div>
|
|
<div
|
|
<div
|
|
v-for="(wItem, ind) in l.eList"
|
|
v-for="(wItem, ind) in l.eList"
|
|
@@ -508,26 +509,21 @@
|
|
style="
|
|
style="
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
|
+ align-items: center;
|
|
width: 100%;
|
|
width: 100%;
|
|
min-width: 48%;
|
|
min-width: 48%;
|
|
"
|
|
"
|
|
>
|
|
>
|
|
- <el-tooltip
|
|
|
|
- class="item"
|
|
|
|
- effect="dark"
|
|
|
|
- :content="wItem.detail"
|
|
|
|
- placement="top-start"
|
|
|
|
- >
|
|
|
|
- <div class="RootImgBlock">
|
|
|
|
- {{ wItem.detail }}
|
|
|
|
- </div>
|
|
|
|
- </el-tooltip>
|
|
|
|
|
|
+
|
|
|
|
+ <div class="RootImgBlock">
|
|
|
|
+ {{ wItem.detail }}
|
|
|
|
+ </div>
|
|
|
|
|
|
<el-rate
|
|
<el-rate
|
|
class="rate_size"
|
|
class="rate_size"
|
|
disabled-void-color="#ccc"
|
|
disabled-void-color="#ccc"
|
|
disabled
|
|
disabled
|
|
- style="width: 120px"
|
|
|
|
|
|
+ style="width: 130px"
|
|
v-model="l.rate[wItem.detail]"
|
|
v-model="l.rate[wItem.detail]"
|
|
></el-rate>
|
|
></el-rate>
|
|
</div>
|
|
</div>
|
|
@@ -1408,10 +1404,11 @@ export default {
|
|
}
|
|
}
|
|
.RootImgBlock {
|
|
.RootImgBlock {
|
|
width: 50%;
|
|
width: 50%;
|
|
- white-space: nowrap;
|
|
|
|
- overflow: hidden;
|
|
|
|
|
|
+ white-space: wrap;
|
|
|
|
+ /* overflow: hidden;
|
|
|
|
+ text-overflow: ellipsis; */
|
|
|
|
+
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
- text-overflow: ellipsis;
|
|
|
|
}
|
|
}
|
|
.score_box {
|
|
.score_box {
|
|
display: flex;
|
|
display: flex;
|