Browse Source

Merge branch 'develop' into test

test
JinxChen 1 year ago
parent
commit
f2c3bb49b7
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      src/views/health/psychological/index.vue

+ 6
- 6
src/views/health/psychological/index.vue View File

@@ -340,7 +340,7 @@ export default {
title: {
text: this.echartsTitle,
left: 1,
right: 20,
right: 25,
bottom: 20,
top: "3%",
textStyle: {
@@ -349,15 +349,15 @@ export default {
}
},
legend: {
width: "60%",
width: "65%",
orient: "horizontal",
right: 'right',
top: "3%",
bottom: "3%",
top: 1,
bottom: "1%",
itemHeight: 12,
itemWidth: 12,
itemGap: 2,
align: 'auto',
itemGap: 10,
align: 'left',
selectedMode: false,
data: [



Loading…
Cancel
Save