diff --git a/src/app/ui/first-step-copy/first-step-copy.component.html b/src/app/ui/first-step-copy/first-step-copy.component.html
index f71eebd..fd19455 100644
--- a/src/app/ui/first-step-copy/first-step-copy.component.html
+++ b/src/app/ui/first-step-copy/first-step-copy.component.html
@@ -4,7 +4,7 @@
* @Author: sueRimn
* @Date: 2020-09-25 08:48:50
* @LastEditors: sueRimn
- * @LastEditTime: 2020-10-14 09:08:17
+ * @LastEditTime: 2020-10-18 11:21:18
-->
diff --git a/src/app/ui/first-step-copy/first-step-copy.component.scss b/src/app/ui/first-step-copy/first-step-copy.component.scss
index 85b9fd4..dcc44ad 100644
--- a/src/app/ui/first-step-copy/first-step-copy.component.scss
+++ b/src/app/ui/first-step-copy/first-step-copy.component.scss
@@ -41,7 +41,11 @@
padding: 0.125rem 0.125rem 0;
display: flex;
}
-
+ .chongzhi{
+ position: relative;
+ top: 85%;
+ right: 29%;
+ }
.centerLeft{
background-color: #FFF;
float: left;
@@ -148,11 +152,7 @@
margin: 4px 2px;
cursor: pointer;
}
- .chongzhi{
- position: relative;
- top: 85%;
- right: 17%;
- }
+
//选择后加背景色
.beijicolor{
diff --git a/src/app/ui/first-step-copy/first-step-copy.component.ts b/src/app/ui/first-step-copy/first-step-copy.component.ts
index 8906b0f..a868d5a 100644
--- a/src/app/ui/first-step-copy/first-step-copy.component.ts
+++ b/src/app/ui/first-step-copy/first-step-copy.component.ts
@@ -61,7 +61,7 @@ export class FirstStepCopyComponent implements OnInit {
this.isDraw = false
}
}
- nextstep(){
+ nextStep(){
window.location.href="/fourStep2";
}
}
diff --git a/src/app/ui/four-step-copy/four-step-copy.component.html b/src/app/ui/four-step-copy/four-step-copy.component.html
index 7eb1100..a162bed 100644
--- a/src/app/ui/four-step-copy/four-step-copy.component.html
+++ b/src/app/ui/four-step-copy/four-step-copy.component.html
@@ -4,7 +4,7 @@
* @Author: sueRimn
* @Date: 2020-09-25 08:48:50
* @LastEditors: sueRimn
- * @LastEditTime: 2020-10-14 09:08:17
+ * @LastEditTime: 2020-10-18 11:22:16
-->
@@ -68,7 +68,7 @@
-
+
diff --git a/src/app/ui/four-step-copy/four-step-copy.component.scss b/src/app/ui/four-step-copy/four-step-copy.component.scss
index 85b9fd4..3121e8a 100644
--- a/src/app/ui/four-step-copy/four-step-copy.component.scss
+++ b/src/app/ui/four-step-copy/four-step-copy.component.scss
@@ -151,7 +151,7 @@
.chongzhi{
position: relative;
top: 85%;
- right: 17%;
+ right: 23.5%;
}
//选择后加背景色
diff --git a/src/app/ui/four-step-copy/four-step-copy.component.ts b/src/app/ui/four-step-copy/four-step-copy.component.ts
index 503fed5..5751c46 100644
--- a/src/app/ui/four-step-copy/four-step-copy.component.ts
+++ b/src/app/ui/four-step-copy/four-step-copy.component.ts
@@ -1,3 +1,11 @@
+/*
+ * @Descripttion:
+ * @version:
+ * @Author: sueRimn
+ * @Date: 2020-10-18 10:23:46
+ * @LastEditors: sueRimn
+ * @LastEditTime: 2020-10-18 11:22:51
+ */
import { Component, OnInit } from '@angular/core';
import '../../../assets/js/fourstepcopy'
@Component({
@@ -76,5 +84,7 @@ export class FourStepCopyComponent implements OnInit {
this.isDraw = false
}
}
-
+ nextStep(){
+ window.location.href="/drawingResult";
+ }
}