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 {
3535 series: this .series ,
3636 chart: {
3737 type: ' radialBar' ,
38- offsetY: - 10
38+ offsetY: 0
3939 },
4040 plotOptions: {
4141 radialBar: {
@@ -82,15 +82,16 @@ export default {
8282.container {
8383 position : relative ;
8484 margin : 0 auto ;
85+ height : 172px ;
8586 .text {
8687 position : absolute ;
87- top : calc (72 px );
88+ top : calc (50 % - 3 px );
8889 width : 100% ;
8990 text-align : center ;
9091 }
9192 .bottom_text {
9293 position : absolute ;
93- top : calc (142 px );
94+ top : calc (152 px );
9495 font-weight : 600 ;
9596 width : 100% ;
9697 text-align : center ;
Original file line number Diff line number Diff line change 3333 </a-input >
3434 </a-form-item >
3535 <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 >
3838 </a-button >
3939 </a-form-item >
4040 </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