官网去掉地图
This commit is contained in:
parent
d8a2738ecd
commit
2b44781aa9
@ -11,14 +11,14 @@
|
||||
铁路职业技术学院等多所高校,长春中车轨道车辆有限公司和北京城市轨道交通咨询有限公司等轨道交通龙头企业合作,完成相关培训中心和实验室建设等。
|
||||
</p>
|
||||
<div class="images">
|
||||
<b-img class="world" style="width:50%;height:auto;" :src="world" />
|
||||
<div class="group" style="width:50%;height:auto;">
|
||||
<!-- <b-img class="world" style="width:50%;height:auto;" :src="world" /> -->
|
||||
<div class="group" style="width:100%;height:auto;">
|
||||
<template v-for="(el, i) in imageList">
|
||||
<b-img
|
||||
:key="i"
|
||||
v-b-tooltip.hover
|
||||
:title="el.name"
|
||||
style="width:25%;height:25%;padding: 5px;"
|
||||
style="width:12.5%;height:12.5%;padding: 5px;"
|
||||
:src="el.src"
|
||||
/>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user