File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export default {
35
35
series: this .series ,
36
36
chart: {
37
37
type: ' radialBar' ,
38
- offsetY: - 10
38
+ offsetY: 0
39
39
},
40
40
plotOptions: {
41
41
radialBar: {
@@ -82,15 +82,16 @@ export default {
82
82
.container {
83
83
position : relative ;
84
84
margin : 0 auto ;
85
+ height : 172px ;
85
86
.text {
86
87
position : absolute ;
87
- top : calc (72 px );
88
+ top : calc (50 % - 3 px );
88
89
width : 100% ;
89
90
text-align : center ;
90
91
}
91
92
.bottom_text {
92
93
position : absolute ;
93
- top : calc (142 px );
94
+ top : calc (152 px );
94
95
font-weight : 600 ;
95
96
width : 100% ;
96
97
text-align : center ;
Original file line number Diff line number Diff line change 33
33
</a-input >
34
34
</a-form-item >
35
35
<a-form-item >
36
- <a-button type =" primary" :block =" true" html-type =" submit" :loading =" loading" v-translate >
37
- Login
36
+ <a-button type =" primary" :block =" true" html-type =" submit" :loading =" loading" >
37
+ < translate > Login</ translate >
38
38
</a-button >
39
39
</a-form-item >
40
40
</a-form >
Original file line number Diff line number Diff line change 1
- {"version" :" 1.2.0" ,"build_id" :4 ,"total_build" :44 }
1
+ {"version" :" 1.2.0" ,"build_id" :5 ,"total_build" :45 }
You can’t perform that action at this time.
0 commit comments