From e07a8ab95f9f70cc1e1af48bdcb72405d527cfff Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Tue, 17 Aug 2021 17:43:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=97=E4=BA=AC=E4=BA=8C=E5=8F=B7=E7=BA=BF?= =?UTF-8?q?=E9=99=90=E9=80=9F=E5=80=BC=E6=98=BE=E7=A4=BA=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/jmapNew/config/skinCode/nanjing_02.js | 6 +++--- src/jmapNew/shape/graph/Section/ELimitName.js | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/jmapNew/config/skinCode/nanjing_02.js b/src/jmapNew/config/skinCode/nanjing_02.js index d3df2226d..a8e394d60 100644 --- a/src/jmapNew/config/skinCode/nanjing_02.js +++ b/src/jmapNew/config/skinCode/nanjing_02.js @@ -127,12 +127,12 @@ class SkinCode extends defaultStyle { rightName: false, // 右侧限速值是否展示 nameBackgroundIsRect: true, // 限速值背景是否为矩形 nameBackgroundBorderWidth: 0, // 限速值背景是否边框宽度 - nameBackgroundBorderColor: '#C00808', // 限速值背景边框颜色 + nameBackgroundBorderColor: '#f00', // 限速值背景边框颜色 limitValueDistance: 18, kilometerFontSize: 0, // 公里标大小 switchSectionNoShow: true, // 道岔区段不展示限速 - nameNumberFontSize: 11, // 限速值大小 - nameNumberColor: '#C00808', // 限速值颜色 + nameNumberFontSize: 15, // 限速值大小 + nameNumberColor: '#f00', // 限速值颜色 nameBackground: 'rgba(0,0,0,0)', // 限速名称背景颜色 drogueWidth: 15, // 浮标宽度 drogueHeight: 12 // 浮标高度 diff --git a/src/jmapNew/shape/graph/Section/ELimitName.js b/src/jmapNew/shape/graph/Section/ELimitName.js index e499eb94c..ff300904b 100644 --- a/src/jmapNew/shape/graph/Section/ELimitName.js +++ b/src/jmapNew/shape/graph/Section/ELimitName.js @@ -49,7 +49,7 @@ export default class ELimitName extends Group { style: { x: x1 + 2, y: y1, - fontWeight: 'normal', + fontWeight: 'bolder', fontSize: style.Section.speedLimitName.nameNumberFontSize, fontFamily: style.fontFamily, text: '', @@ -107,7 +107,7 @@ export default class ELimitName extends Group { style: { x: x2 - 2, y: y2, - fontWeight: 'normal', + fontWeight: 'bolder', fontSize: style.Section.speedLimitName.nameNumberFontSize, fontFamily: style.fontFamily, text: '',