diff --git a/src/assets/icons/svg/money.svg b/src/assets/icons/svg/money.svg index 5b5e4ee8..535ad7f2 100644 --- a/src/assets/icons/svg/money.svg +++ b/src/assets/icons/svg/money.svg @@ -1 +1 @@ - + \ No newline at end of file diff --git a/src/views/dashboard/components/Chart/PieChart.vue b/src/views/dashboard/components/Chart/PieChart.vue index 2fb9562e..0b7d1959 100644 --- a/src/views/dashboard/components/Chart/PieChart.vue +++ b/src/views/dashboard/components/Chart/PieChart.vue @@ -70,7 +70,7 @@ function initChart() { { name: 'Nightingale Chart', type: 'pie', - radius: [50, 150], + radius: [50, 130], center: ['50%', '50%'], roseType: 'area', itemStyle: { diff --git a/src/views/dashboard/components/Chart/RadarChart.vue b/src/views/dashboard/components/Chart/RadarChart.vue index b7866243..fed93f6e 100644 --- a/src/views/dashboard/components/Chart/RadarChart.vue +++ b/src/views/dashboard/components/Chart/RadarChart.vue @@ -70,7 +70,7 @@ function initChart() { }, radar: { // shape: 'circle', - radius: '70%', + radius: '60%', indicator: [ { name: '家用电器', max: 6500 }, { name: '服装箱包', max: 16000 }, diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index 765617c2..27013585 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -4,10 +4,10 @@ - +
-
@@ -22,7 +22,7 @@
- +
@@ -36,7 +36,7 @@
- +
@@ -49,7 +49,7 @@
- +
@@ -68,12 +68,12 @@ - + - + @@ -81,17 +81,17 @@ - + - + - + @@ -235,8 +235,8 @@ const nickname = computed(() => useUserStoreHook().nickname); color: #f4516c; .svg-icon { - width: 3.2em !important; - height: 3.2em !important; + width: 3em !important; + height: 3em !important; } } @@ -251,7 +251,7 @@ const nickname = computed(() => useUserStoreHook().nickname); .card-panel-icon-wrapper { float: left; - margin: 14px 0 0 14px; + margin: 14px 0 0 6px; padding: 16px; transition: all 0.38s ease-out; border-radius: 6px;