Skip to content

Commit d3789e5

Browse files
committed
fix radial bar chart
1 parent f767f9e commit d3789e5

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

frontend/src/components/Chart/RadialBarChart.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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(72px);
88+
top: calc(50% - 3px);
8889
width: 100%;
8990
text-align: center;
9091
}
9192
.bottom_text {
9293
position: absolute;
93-
top: calc(142px);
94+
top: calc(152px);
9495
font-weight: 600;
9596
width: 100%;
9697
text-align: center;

frontend/src/views/other/Login.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
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>

frontend/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"1.2.0","build_id":4,"total_build":44}
1+
{"version":"1.2.0","build_id":5,"total_build":45}

0 commit comments

Comments
 (0)