Skip to content

Commit 43c22b0

Browse files
Merge remote-tracking branch 'origin/dev-1.1.4' into dev-1.1.4
2 parents f3c6821 + 0684a78 commit 43c22b0

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

web/packages/dss/module/newGuidance/index.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@
292292
.desc2 {
293293
width : 200px;
294294
margin-top : 65px;
295-
margin-bottom: 130px;
296295
}
297296
}
298297

web/packages/dss/module/newGuidance/index.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,6 @@ export default {
397397
this.currentStep += 1;
398398
} else if (this.currentStep === 7) {
399399
this.currentStep += 1;
400-
this.$parent.$refs.layoutFooter.toggleGuide();
401-
this.$parent.$refs.layoutFooter.$refs.Guide.flag = false;
402400
} else if (this.currentStep === 8) {
403401
navM.addEventListener(
404402
"click",

0 commit comments

Comments
 (0)