diff --git a/src/views/EventDEC/incidentSpreadSituation/opt.js b/src/views/EventDEC/incidentSpreadSituation/opt.js index 65cd781..facba86 100644 --- a/src/views/EventDEC/incidentSpreadSituation/opt.js +++ b/src/views/EventDEC/incidentSpreadSituation/opt.js @@ -1,7 +1,7 @@ /* * @Author: your name * @Date: 2021-10-12 10:11:24 - * @LastEditTime: 2021-11-16 17:43:46 + * @LastEditTime: 2021-11-17 14:26:08 * @LastEditors: Please set LastEditors * @Description: In User Settings Edit * @FilePath: /data-show/src/views/BrandInsight/titsopo/opt.js @@ -54,7 +54,7 @@ export default function createOpt(dx=[], ds=[]) { left: 10, right: 20, bottom: 10, - top: 44, + top: 36, containLabel: true }, tooltip: { @@ -73,8 +73,8 @@ export default function createOpt(dx=[], ds=[]) { color: '#fff', fontSize: 10 }, - y: 12, - x: 16, + y: 0, + x: 10, itemWidth: 12, itemHeight: 12 }, diff --git a/src/views/EventDEC/kmdED/index.vue b/src/views/EventDEC/kmdED/index.vue index d8736e8..2635e9c 100644 --- a/src/views/EventDEC/kmdED/index.vue +++ b/src/views/EventDEC/kmdED/index.vue @@ -1,7 +1,7 @@