diff --git a/core/core-frontend/src/utils/canvasStyle.ts b/core/core-frontend/src/utils/canvasStyle.ts index c675a33a26..90f213ece8 100644 --- a/core/core-frontend/src/utils/canvasStyle.ts +++ b/core/core-frontend/src/utils/canvasStyle.ts @@ -113,7 +113,7 @@ export function colorRgb(color, opacity) { } export const customAttrTrans = { - basicStyle: ['barWidth', 'lineWidth', 'lineSymbolSize'], + basicStyle: ['barWidth', 'lineWidth', 'lineSymbolSize', 'tableColumnWidth'], tableHeader: ['tableTitleFontSize', 'tableTitleHeight'], tableCell: ['tableItemFontSize', 'tableItemHeight'], misc: [ diff --git a/core/core-frontend/src/views/system/parameter/map/Geometry.vue b/core/core-frontend/src/views/system/parameter/map/Geometry.vue index fca646391f..4b8438ef10 100644 --- a/core/core-frontend/src/views/system/parameter/map/Geometry.vue +++ b/core/core-frontend/src/views/system/parameter/map/Geometry.vue @@ -593,13 +593,7 @@ const mapOption: ChoroplethOptions = { lineWidth: 0.6, lineOpacity: 1 }, - label: { - field: 'name', - style: { - fill: 'black', - textAnchor: 'center' - } - }, + label: false, state: { active: { stroke: 'green', lineWidth: 1 } },