diff --git a/src/store/modules/training.js b/src/store/modules/training.js index dd6844d63..f9df1cea6 100644 --- a/src/store/modules/training.js +++ b/src/store/modules/training.js @@ -184,12 +184,12 @@ const training = { state.initTime += 1000; }, 1000); }, - stopCountTime: (state) => { - if (state.timeInterval) { - clearInterval(state.timeInterval); - state.timeInterval = null; - } - }, + // stopCountTime: (state) => { + // if (state.timeInterval) { + // clearInterval(state.timeInterval); + // state.timeInterval = null; + // } + // }, setOperate: (state, operate) => { state.operate = operate; }, @@ -357,9 +357,9 @@ const training = { /** * 停止计时 */ - setStopCountTime: ({ commit }) => { - // commit('stopCountTime'); - }, + // setStopCountTime: ({ commit }) => { + // commit('stopCountTime'); + // }, /** * 主动判断是否结束 @@ -402,8 +402,8 @@ const training = { // commit('countUsedTime'); } }, + // 开始计时 countUsedTime({ commit }) { - // 开始计时 commit('countUsedTime'); }, diff --git a/src/views/newMap/chatView/chatBox.vue b/src/views/newMap/chatView/chatBox.vue index bc937baa1..69c3acb0d 100644 --- a/src/views/newMap/chatView/chatBox.vue +++ b/src/views/newMap/chatView/chatBox.vue @@ -350,7 +350,7 @@ export default { align-items: center; text-align: center; justify-content: center; - padding: 5px 3px; + padding: 7px 4px; .el-icon-more{ font-size: 20px; margin-top: 9px; diff --git a/src/views/newMap/displayNew/chatView/chatBox.vue b/src/views/newMap/displayNew/chatView/chatBox.vue index f8845e03e..f2524ee2a 100644 --- a/src/views/newMap/displayNew/chatView/chatBox.vue +++ b/src/views/newMap/displayNew/chatView/chatBox.vue @@ -596,7 +596,7 @@ export default { align-items: center; text-align: center; justify-content: center; - padding: 5px 3px; + padding: 7px 4px; .el-icon-more{ font-size: 20px; margin-top: 9px; diff --git a/src/views/newMap/displayNew/menuLesson.vue b/src/views/newMap/displayNew/menuLesson.vue index 17361f7a7..2c7ff67c9 100644 --- a/src/views/newMap/displayNew/menuLesson.vue +++ b/src/views/newMap/displayNew/menuLesson.vue @@ -169,6 +169,7 @@ export default { startTrainingNew(this.trainingObj, this.group).then(response => { this.$store.dispatch('map/clearJlmapTrainView').then(() => { this.$store.dispatch('training/teachModeStart'); + this.$store.dispatch('training/countUsedTime'); // 开始计时 this.$store.dispatch('training/setMapDefaultState').then(() => { this.$store.dispatch('training/emitTipFresh'); this.tipInfo({ color: 'green', message: this.$t('global.pleaseOpearte') }); diff --git a/src/views/newMap/displayNew/menuTrainList.vue b/src/views/newMap/displayNew/menuTrainList.vue index cf7e4b9e8..ee6390153 100644 --- a/src/views/newMap/displayNew/menuTrainList.vue +++ b/src/views/newMap/displayNew/menuTrainList.vue @@ -145,29 +145,20 @@ export default { } } .menuTrainListBtn{ - width: 20px; - height: 40px; background: #fff; text-align: center; border-radius: 6px 0px 0px 6px; position: absolute; top: 45%; z-index: 2; - transform: translateX(-20px); + transform: translateX(-23px); cursor: pointer; display: flex; flex-direction: column; align-items: center; text-align: center; justify-content: center; - padding: 5px 3px; - .el-icon-more{ - font-size: 20px; - margin-top: 9px; - transform-origin: 50% 50%; - transform: rotate(90deg); - margin-left:0px; - } + padding: 7px 4px; } .menuTrainList_box{ height: 100%; diff --git a/src/views/newMap/jointTrainingNew/chatView/chatBox.vue b/src/views/newMap/jointTrainingNew/chatView/chatBox.vue index d0ba45fb8..8ae5c864c 100644 --- a/src/views/newMap/jointTrainingNew/chatView/chatBox.vue +++ b/src/views/newMap/jointTrainingNew/chatView/chatBox.vue @@ -700,7 +700,7 @@ export default { align-items: center; text-align: center; justify-content: center; - padding: 5px 3px; + padding: 7px 4px; .el-icon-more{ font-size: 20px; margin-top: 9px; diff --git a/src/views/newMap/jointTrainingNew/menuTrainList.vue b/src/views/newMap/jointTrainingNew/menuTrainList.vue index ee96aa6d6..e5a2c3604 100644 --- a/src/views/newMap/jointTrainingNew/menuTrainList.vue +++ b/src/views/newMap/jointTrainingNew/menuTrainList.vue @@ -140,21 +140,14 @@ export default { position: absolute; top: 45%; z-index: 2; - transform: translateX(-20px); + transform: translateX(-23px); cursor: pointer; display: flex; flex-direction: column; align-items: center; text-align: center; justify-content: center; - padding: 5px 3px; - .el-icon-more{ - font-size: 20px; - margin-top: 9px; - transform-origin: 50% 50%; - transform: rotate(90deg); - margin-left:0px; - } + padding: 7px 4px; } .menuTrainList_box{ height: 100%;