Skip to content

Commit c6b0953

Browse files
committed
adjust
1 parent 6e3d10c commit c6b0953

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/components/SChartBar.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -359,10 +359,10 @@ watch(
359359

360360
<style scoped lang="postcss">
361361
.SChartBar {
362+
position: relative;
362363
width: 100%;
363364
height: 100%;
364365
font-feature-settings: 'tnum' 1;
365-
position: relative;
366366
}
367367
368368
:deep(.tooltip) {

lib/components/SChartPie.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,10 +358,10 @@ watch(
358358

359359
<style scoped lang="postcss">
360360
.SChartPie {
361+
position: relative;
361362
width: 100%;
362363
height: 100%;
363364
font-feature-settings: 'tnum' 1;
364-
position: relative;
365365
}
366366
367367
:deep(.tooltip) {

0 commit comments

Comments
 (0)