zengyicheng 1 ano atrás
pai
commit
60e984460e

+ 4 - 2
src/components/pages/dataBoard/course/chartList/courseTime.vue

@@ -21,8 +21,10 @@ export default {
           axisTick: {},
           axisLabel: {},
           grid: {
-            top: 0,
-            bottom: 0,
+            top: "5%",
+            left: "5%",
+            right: "5%",
+            bottom: "5%",
             containLabel: true,
           },
           type: "time",

+ 4 - 3
src/components/pages/dataBoard/course/chartList/teaFre.vue

@@ -23,9 +23,10 @@ export default {
           type: "value",
         },
         grid: {
-          left: 0,
-          right: 0,
-          bottom: 0,
+          top: "5%",
+          left: "5%",
+          right: "5%",
+          bottom: "5%",
           containLabel: true,
         },
         series: [

+ 4 - 3
src/components/pages/dataBoard/course/chartList/workTime.vue

@@ -22,9 +22,10 @@ export default {
           },
         },
         grid: {
-          left: "3%",
-          right: "4%",
-          bottom: "3%",
+          top: "5%",
+          left: "5%",
+          right: "5%",
+          bottom: "5%",
           containLabel: true,
         },
         xAxis: {

+ 4 - 3
src/components/pages/dataBoard/teacher/chartList/teaFre.vue

@@ -23,9 +23,10 @@ export default {
           type: "value",
         },
         grid: {
-          left: 0,
-          right: 0,
-          bottom: 0,
+          top: "5%",
+          left: "5%",
+          right: "5%",
+          bottom: "5%",
           containLabel: true,
         },
         series: [

+ 4 - 3
src/components/pages/dataBoard/teacher/chartList/workTime.vue

@@ -22,9 +22,10 @@ export default {
           },
         },
         grid: {
-          left: "3%",
-          right: "4%",
-          bottom: "3%",
+          top: "5%",
+          left: "5%",
+          right: "5%",
+          bottom: "5%",
           containLabel: true,
         },
         xAxis: {