lsc 3 년 전
부모
커밋
6ec65b692a
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/components/pages/components/data/problelmData.vue
  2. 1 1
      src/components/pages/components/data/workData.vue

+ 1 - 1
src/components/pages/components/data/problelmData.vue

@@ -71,7 +71,7 @@ export default {
             type: "bar",
             data: [],
             showBackground: true,
-            barWidth: "65%",
+            barWidth: "50px",
             label: {
               show: true,
               position: "right",

+ 1 - 1
src/components/pages/components/data/workData.vue

@@ -81,7 +81,7 @@ export default {
             type: "bar",
             data: [],
             showBackground: true,
-            barWidth: "65%",
+            barWidth: "50px",
             label: {
               show: true,
               position: "top",