@@ -244,27 +244,28 @@ export default {
left: auto;
overflow: visible !important;
}
-.conditionTab{
- position: absolute;
- z-index: 10;
- right: 12px;
- top: calc(45% + 200px);
-}
-.conditionTabLable{
- position: absolute;
- background: #fff;
- border-radius: 5px 0px 0px 5px ;
- padding: 5px 0px;
- width: 23px;
- text-align: center;
- left: 50%;
- transform: translateX(-50%);
- cursor: pointer;
- top:-28px;
-}
+// .conditionTab{
+// position: absolute;
+// z-index: 10;
+// right: 12px;
+// top: calc(45% + 200px);
+// }
+// .conditionTabLable{
+// position: absolute;
+// background: #fff;
+// border-radius: 5px 0px 0px 5px ;
+// padding: 5px 0px;
+// width: 23px;
+// text-align: center;
+// left: 50%;
+// transform: translateX(-50%);
+// cursor: pointer;
+// top:-28px;
+// }
.nullDiv {
width: 100%;
- height: 100%;
+ height: 28px;
+ line-height: 28px;
cursor: pointer;
color: #ccc;
}
diff --git a/src/views/trainingManage/trainingList.vue b/src/views/trainingManage/trainingList.vue
index 725239f5a..7ff77225f 100644
--- a/src/views/trainingManage/trainingList.vue
+++ b/src/views/trainingManage/trainingList.vue
@@ -285,6 +285,7 @@ export default {
this.$store.dispatch('training/setRoles', member.type);
}
}
+ this.$emit('closeAllDialog');
this.$store.dispatch('trainingNew/setTrainingDetail', detailResp.data);
await loadDraftTraining(this.group, data.id, {mode: this.teachMode});
this.$message.success('加载实训成功!');