调整样式
This commit is contained in:
parent
f8c542354c
commit
b1fb2a12dc
@ -184,12 +184,12 @@ const training = {
|
|||||||
state.initTime += 1000;
|
state.initTime += 1000;
|
||||||
}, 1000);
|
}, 1000);
|
||||||
},
|
},
|
||||||
stopCountTime: (state) => {
|
// stopCountTime: (state) => {
|
||||||
if (state.timeInterval) {
|
// if (state.timeInterval) {
|
||||||
clearInterval(state.timeInterval);
|
// clearInterval(state.timeInterval);
|
||||||
state.timeInterval = null;
|
// state.timeInterval = null;
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
setOperate: (state, operate) => {
|
setOperate: (state, operate) => {
|
||||||
state.operate = operate;
|
state.operate = operate;
|
||||||
},
|
},
|
||||||
@ -357,9 +357,9 @@ const training = {
|
|||||||
/**
|
/**
|
||||||
* 停止计时
|
* 停止计时
|
||||||
*/
|
*/
|
||||||
setStopCountTime: ({ commit }) => {
|
// setStopCountTime: ({ commit }) => {
|
||||||
// commit('stopCountTime');
|
// commit('stopCountTime');
|
||||||
},
|
// },
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 主动判断是否结束
|
* 主动判断是否结束
|
||||||
@ -402,8 +402,8 @@ const training = {
|
|||||||
// commit('countUsedTime');
|
// commit('countUsedTime');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
countUsedTime({ commit }) {
|
|
||||||
// 开始计时
|
// 开始计时
|
||||||
|
countUsedTime({ commit }) {
|
||||||
commit('countUsedTime');
|
commit('countUsedTime');
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -350,7 +350,7 @@ export default {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 5px 3px;
|
padding: 7px 4px;
|
||||||
.el-icon-more{
|
.el-icon-more{
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
margin-top: 9px;
|
margin-top: 9px;
|
||||||
|
@ -596,7 +596,7 @@ export default {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 5px 3px;
|
padding: 7px 4px;
|
||||||
.el-icon-more{
|
.el-icon-more{
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
margin-top: 9px;
|
margin-top: 9px;
|
||||||
|
@ -169,6 +169,7 @@ export default {
|
|||||||
startTrainingNew(this.trainingObj, this.group).then(response => {
|
startTrainingNew(this.trainingObj, this.group).then(response => {
|
||||||
this.$store.dispatch('map/clearJlmapTrainView').then(() => {
|
this.$store.dispatch('map/clearJlmapTrainView').then(() => {
|
||||||
this.$store.dispatch('training/teachModeStart');
|
this.$store.dispatch('training/teachModeStart');
|
||||||
|
this.$store.dispatch('training/countUsedTime'); // 开始计时
|
||||||
this.$store.dispatch('training/setMapDefaultState').then(() => {
|
this.$store.dispatch('training/setMapDefaultState').then(() => {
|
||||||
this.$store.dispatch('training/emitTipFresh');
|
this.$store.dispatch('training/emitTipFresh');
|
||||||
this.tipInfo({ color: 'green', message: this.$t('global.pleaseOpearte') });
|
this.tipInfo({ color: 'green', message: this.$t('global.pleaseOpearte') });
|
||||||
|
@ -145,29 +145,20 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.menuTrainListBtn{
|
.menuTrainListBtn{
|
||||||
width: 20px;
|
|
||||||
height: 40px;
|
|
||||||
background: #fff;
|
background: #fff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-radius: 6px 0px 0px 6px;
|
border-radius: 6px 0px 0px 6px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 45%;
|
top: 45%;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
transform: translateX(-20px);
|
transform: translateX(-23px);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 5px 3px;
|
padding: 7px 4px;
|
||||||
.el-icon-more{
|
|
||||||
font-size: 20px;
|
|
||||||
margin-top: 9px;
|
|
||||||
transform-origin: 50% 50%;
|
|
||||||
transform: rotate(90deg);
|
|
||||||
margin-left:0px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.menuTrainList_box{
|
.menuTrainList_box{
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -700,7 +700,7 @@ export default {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 5px 3px;
|
padding: 7px 4px;
|
||||||
.el-icon-more{
|
.el-icon-more{
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
margin-top: 9px;
|
margin-top: 9px;
|
||||||
|
@ -140,21 +140,14 @@ export default {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 45%;
|
top: 45%;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
transform: translateX(-20px);
|
transform: translateX(-23px);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 5px 3px;
|
padding: 7px 4px;
|
||||||
.el-icon-more{
|
|
||||||
font-size: 20px;
|
|
||||||
margin-top: 9px;
|
|
||||||
transform-origin: 50% 50%;
|
|
||||||
transform: rotate(90deg);
|
|
||||||
margin-left:0px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.menuTrainList_box{
|
.menuTrainList_box{
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user