diff --git a/acupuncture-前台/src/views/indexCom/JM.vue b/acupuncture-前台/src/views/indexCom/JM.vue index b968e3849..573626ba0 100644 --- a/acupuncture-前台/src/views/indexCom/JM.vue +++ b/acupuncture-前台/src/views/indexCom/JM.vue @@ -1,54 +1,76 @@ \ No newline at end of file +.title-bor { + display: inline-block; + height: 20px; + width: 6px; + background: #4f8bff; + margin-right: 10px; + border-radius: 8px; +} + diff --git a/acupuncture-前台/src/views/indexCom/index.js b/acupuncture-前台/src/views/indexCom/index.js index d355a5059..c43254399 100644 --- a/acupuncture-前台/src/views/indexCom/index.js +++ b/acupuncture-前台/src/views/indexCom/index.js @@ -749,7 +749,7 @@ export const effectEcharts = { }, ], }; -// 诊疗费 +// 诊疗费用 export const costEcharts = { tooltip: { trigger: "axis", @@ -801,12 +801,13 @@ export const costEcharts = { data: [], type: "bar", barMaxWidth: 24, //柱图宽度 - itemStyle: { - normal: { - //这里设置柱形图圆角 [左上角,右上角,右下角,左下角] - barBorderRadius: [50, 50, 0, 0], - }, - }, + color: "#C6A268", + // itemStyle: { + // normal: { + // //这里设置柱形图圆角 [左上角,右上角,右下角,左下角] + // barBorderRadius: [50, 50, 0, 0], + // }, + // }, }, ], };