From 98c4d1e2b8d8b57be0bf7d4d13db16b1ff0517f9 Mon Sep 17 00:00:00 2001 From: zyy <1787816799@qq.com> Date: Mon, 26 Oct 2020 11:05:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=9B=BD=E8=B5=9B=E5=88=97?= =?UTF-8?q?=E8=BD=A6=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/jmapNew/config/skinCode/race_01.js | 6 +++--- src/views/newMap/chatView/chatBox.vue | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/jmapNew/config/skinCode/race_01.js b/src/jmapNew/config/skinCode/race_01.js index d40524404..b2f05590c 100644 --- a/src/jmapNew/config/skinCode/race_01.js +++ b/src/jmapNew/config/skinCode/race_01.js @@ -686,8 +686,8 @@ class SkinCode extends defaultStyle { trainServerOffset: { x: 4, y: 4 }// 列车服务号偏移 }, trainTarget: { - tripNumberPrefix: '000', // 车次号前缀 - defaultTripNumber: 'DDD', // 默认车次号2 + tripNumberPrefix: '0000', // 车次号前缀 + defaultTripNumber: 'BBBB', // 默认车次号2 trainTargetOffset: { x: 36, y: 4 }, // 列车车次号偏移 trainTargetTextAlign: 'left'// 车次号文字显示位置 }, @@ -708,7 +708,7 @@ class SkinCode extends defaultStyle { common: { trainHeight: 20, // 列车高度 trainHeadDistance: 4, // 列车和车头之间的间距 - trainWidth: 40, // 列车长度 + trainWidth: 48, // 列车长度 trainTextFontSize: 12, // 列车字号 fontFamily: 'consolas', // 默认字体 族类 haveTextHSDA: true, // 是否需创建textHSDA对象 diff --git a/src/views/newMap/chatView/chatBox.vue b/src/views/newMap/chatView/chatBox.vue index cd2bdd4ec..df240abb3 100644 --- a/src/views/newMap/chatView/chatBox.vue +++ b/src/views/newMap/chatView/chatBox.vue @@ -438,6 +438,7 @@ export default { children: parentDepartmentList }]; this.initCommonMemberList(); + this.filterNode(); // this.$nextTick(() => { // if (this.$refs.tree) { // this.$refs.tree.filter(this.queryMember);