diff --git a/src/jlmap3d/jl3dsimulation/jlmap3d.js b/src/jlmap3d/jl3dsimulation/jlmap3d.js index 596b4088e..2db744224 100644 --- a/src/jlmap3d/jl3dsimulation/jlmap3d.js +++ b/src/jlmap3d/jl3dsimulation/jlmap3d.js @@ -272,13 +272,14 @@ export function JLmap3d(dom, data,skinCode,storemod,routegroup,project) { }; this.showtrainmsg = function(showtype){ + console.log(trainlisttest); if(showtype == "show"){ for(let st=0;st - +
@@ -12,11 +12,11 @@
- +
- +
@@ -24,7 +24,7 @@
- +
@@ -66,12 +66,7 @@ export default { filterText(val) { this.$refs.tree2.filter(val); }, - 'stationlist.length':function(newVal){ - this.$refs.stationscrol.update() - }, - 'trainlist.length':function(newVal){ - this.$refs.trainscrol.update() - } + }, methods: { @@ -125,6 +120,15 @@ export default { } + + .scrollbarlist{ + height:100%; + width:100%; + top:10%; + overflow-y: auto; + } + + .default-scrollbar { width: 100%; height: 100%; diff --git a/static/PICTURE/2020-07-20/91-9804.jpg b/static/PICTURE/2020-07-20/91-9804.jpg index d6a468721..1b3729242 100644 Binary files a/static/PICTURE/2020-07-20/91-9804.jpg and b/static/PICTURE/2020-07-20/91-9804.jpg differ diff --git a/static/vrtest/maintainer.png b/static/vrtest/maintainer.png index 44911343f..dc7ad22db 100644 Binary files a/static/vrtest/maintainer.png and b/static/vrtest/maintainer.png differ diff --git a/static/vrtest/maintainervr.png b/static/vrtest/maintainervr.png index e011c1558..250ea23e8 100644 Binary files a/static/vrtest/maintainervr.png and b/static/vrtest/maintainervr.png differ