官網調整
This commit is contained in:
parent
69766286ff
commit
c35e68fe1d
|
@ -149,14 +149,14 @@ export default {
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "官网微信",
|
||||
children: [
|
||||
{
|
||||
src: wchat
|
||||
}
|
||||
]
|
||||
}
|
||||
// {
|
||||
// name: "官网微信",
|
||||
// children: [
|
||||
// {
|
||||
// src: wchat
|
||||
// }
|
||||
// ]
|
||||
// }
|
||||
];
|
||||
},
|
||||
images() {
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<b-col v-for="(el, i) in productList" :key="i" class="product-box">
|
||||
<b-card
|
||||
:title="el.name"
|
||||
style="width: 50%;"
|
||||
:img-src="el.src"
|
||||
img-alt="Image"
|
||||
img-top
|
||||
|
@ -27,9 +28,9 @@
|
|||
|
||||
<script>
|
||||
import eButtonGroup from "@/components/eButtonGroup/index.vue";
|
||||
import product1 from "@/assets/product/化学化工.jpg";
|
||||
// import product1 from "@/assets/product/化学化工.jpg";
|
||||
import product2 from "@/assets/product/轨道交通.jpg";
|
||||
import product3 from "@/assets/product/电力电厂.jpg";
|
||||
// import product3 from "@/assets/product/电力电厂.jpg";
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
@ -52,22 +53,22 @@ export default {
|
|||
describe:
|
||||
"轨道交通是指运营车辆需要在特定轨道上行驶的一类交通工具或运输系统。"
|
||||
},
|
||||
{
|
||||
type: "red",
|
||||
src: product1,
|
||||
href: "/exhibition",
|
||||
name: "化学化工",
|
||||
describe:
|
||||
"化学工业(chemical industry)又称化学加工工业,泛指生产过程中化学方法占主要地位的过程工业。"
|
||||
},
|
||||
{
|
||||
type: "blue",
|
||||
src: product3,
|
||||
href: "/exhibition",
|
||||
name: "电力电厂",
|
||||
describe:
|
||||
"电力电厂是指将某种形式的原始能转化为电能以供固定设施或运输用电的动力厂。"
|
||||
}
|
||||
// {
|
||||
// type: "red",
|
||||
// src: product1,
|
||||
// href: "/exhibition",
|
||||
// name: "化学化工",
|
||||
// describe:
|
||||
// "化学工业(chemical industry)又称化学加工工业,泛指生产过程中化学方法占主要地位的过程工业。"
|
||||
// },
|
||||
// {
|
||||
// type: "blue",
|
||||
// src: product3,
|
||||
// href: "/exhibition",
|
||||
// name: "电力电厂",
|
||||
// describe:
|
||||
// "电力电厂是指将某种形式的原始能转化为电能以供固定设施或运输用电的动力厂。"
|
||||
// }
|
||||
];
|
||||
},
|
||||
buttonList() {
|
||||
|
@ -123,6 +124,8 @@ a {
|
|||
.product-box {
|
||||
min-width:25em;
|
||||
margin-bottom: 2em;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
/deep/ {
|
||||
.card {
|
||||
position: relative !important;
|
||||
|
|
Reference in New Issue