diff --git a/angular.json b/angular.json index face5da..2711f20 100644 --- a/angular.json +++ b/angular.json @@ -39,7 +39,8 @@ "src/assets/echarts/echarts.common.min.js", "src/assets/chartstheme/chongqing.js", "src/assets/chartstheme/westeros.js", - "src/assets/chartstheme/echarts-skin.js" + "src/assets/chartstheme/echarts-skin.js", + "src/assets/js/awardRotate.js" ] }, "configurations": { diff --git a/src/app/ui/first-step/first-step.component.scss b/src/app/ui/first-step/first-step.component.scss index 862ccfb..569cf6e 100644 --- a/src/app/ui/first-step/first-step.component.scss +++ b/src/app/ui/first-step/first-step.component.scss @@ -144,7 +144,7 @@ font-size: 24px; .chongzhi{ position: relative; top: 85%; - right: 23.5% + right: 24% } .button { height: 48px; diff --git a/src/app/ui/first-step/first-step.component.ts b/src/app/ui/first-step/first-step.component.ts index 970ddf5..73df2a2 100644 --- a/src/app/ui/first-step/first-step.component.ts +++ b/src/app/ui/first-step/first-step.component.ts @@ -1,5 +1,7 @@ import { Component, OnInit } from '@angular/core'; import '../../../assets/js/firststep' + + @Component({ selector: 'app-first-step', templateUrl: './first-step.component.html', diff --git a/src/index.html b/src/index.html index 4a5d45e..1ef5eb3 100644 --- a/src/index.html +++ b/src/index.html @@ -27,6 +27,6 @@ - +