diff --git a/.env.development b/.env.development index d8024c87a..30e67c27b 100644 --- a/.env.development +++ b/.env.development @@ -2,7 +2,7 @@ NODE_ENV=development # VUE_APP_API_SERVER = https://epmet-preview.elinkservice.cn/api # VUE_APP_API_SERVER = http://localhost:8080/api -VUE_APP_API_SERVER = http://192.168.1.144/api +VUE_APP_API_SERVER = http://219.146.91.110:30801/api # VUE_APP_API_SERVER = http://219.146.91.110:30801/api # VUE_APP_API_SERVER = https://epmet-yantai.elinkservice.cn/api # VUE_APP_API_SERVER = https://epmet-test.elinkservice.cn/api diff --git a/src/assets/scss/dataBoard/overview/index.scss b/src/assets/scss/dataBoard/overview/index.scss index 5a03c302a..6954bd99c 100644 --- a/src/assets/scss/dataBoard/overview/index.scss +++ b/src/assets/scss/dataBoard/overview/index.scss @@ -968,4 +968,7 @@ .el-date-picker__header--bordered { border-bottom: solid 1px #006cff; } -} \ No newline at end of file +} +::v-deep .el-autocomplete-suggestion{ + background: #001c44; + } \ No newline at end of file diff --git a/src/views/dataBoard/cpts/map/index.vue b/src/views/dataBoard/cpts/map/index.vue index 722d34d2a..649d91719 100644 --- a/src/views/dataBoard/cpts/map/index.vue +++ b/src/views/dataBoard/cpts/map/index.vue @@ -1,6 +1,6 @@ diff --git a/src/views/dataBoard/overview/components/wtqd.vue b/src/views/dataBoard/overview/components/wtqd.vue index 6b659c3d3..ae882073a 100644 --- a/src/views/dataBoard/overview/components/wtqd.vue +++ b/src/views/dataBoard/overview/components/wtqd.vue @@ -1,8 +1,8 @@ diff --git a/src/views/dataBoard/satisfactionEval/modules/TypesOfDissatisfaction/index.vue b/src/views/dataBoard/satisfactionEval/modules/TypesOfDissatisfaction/index.vue index 90f226d91..8a3efa0f5 100644 --- a/src/views/dataBoard/satisfactionEval/modules/TypesOfDissatisfaction/index.vue +++ b/src/views/dataBoard/satisfactionEval/modules/TypesOfDissatisfaction/index.vue @@ -6,7 +6,7 @@ -
+
@@ -215,30 +215,31 @@ export default { color: "#fff", }, }, - legend: { - show: true, - textStyle: { - color: "#ffffff", - rich: { - name: { - fontSize: 14, - lineHeight: 22, - // padding: [24, 0, 0, 0], + legend: { + show: true, + textStyle: { + color: "#ffffff", + rich: { + name: { + fontSize: 14, + lineHeight: 22, + // padding: [24, 0, 0, 0], + }, }, }, - }, - itemWidth: 6, - itemHeight: 6, - y: 30, - // x: "right", - formatter: (name) => { - return `{name|${name}}`; - }, - data: legendName, + itemWidth: 6, + itemHeight: 6, + x: "right", // 设置为 "right" 将图例放在右侧 + y: 'center', + orient: "vertical", // 设置为 "vertical" 垂直排列 + formatter: (name) => { + return `{name|${name}}`; + }, + data: legendName, }, radar: { - center: ["50%", "55%"], - radius: "50%", + center: ["25%", "55%"], + radius: "60%", startAngle: 90, splitNumber: 5, splitArea: { @@ -265,11 +266,12 @@ export default { name: { textStyle: { color: "#ffffff", - fontSize: "16", + fontSize: "14", borderRadius: 3, padding: [3, 5], }, }, + nameGap:10, indicator: indicator, }, series, diff --git a/src/views/dataBoard/satisfactionEval/modules/eventAnalysis/index.vue b/src/views/dataBoard/satisfactionEval/modules/eventAnalysis/index.vue new file mode 100644 index 000000000..24b971539 --- /dev/null +++ b/src/views/dataBoard/satisfactionEval/modules/eventAnalysis/index.vue @@ -0,0 +1,94 @@ + + + + + +