yuwandanmian há 1 ano atrás
pai
commit
7c40ac5d0a

+ 1 - 1
src/views/allcase/components/CaseQualityBox2.vue

@@ -130,7 +130,7 @@
       },
       scrollHeight() {
         if (this.height) {
-          return (this.height - 297)+'px'
+          return (this.height - 214)+'px'
         } else {
           return `calc(100vh - 314px)`
         }

+ 3 - 0
src/views/allcase/index.vue

@@ -252,6 +252,9 @@ export default {
             xAxis: {
               type: 'category',
               data: dataName,
+              axisLabel: {
+                rotate: 15,
+              },
             },
             grid: {
               left: '3%',

+ 3 - 0
src/views/dashboard/index.vue

@@ -485,6 +485,9 @@ export default {
           xAxis: {
             type: 'category',
             data: dataName,
+            axisLabel: {
+              rotate: 15,
+            },
           },
           grid: {
             left: '3%',

+ 3 - 0
src/views/outpatient/control/index.vue

@@ -268,6 +268,9 @@ export default {
             xAxis: {
               type: 'category',
               data: dataName,
+              axisLabel: {
+                rotate: 15,
+              },
             },
             grid: {
               left: '3%',