diff --git a/src/layout/eFooter/eCustom.vue b/src/layout/eFooter/eCustom.vue index cac7358..a8e98d8 100644 --- a/src/layout/eFooter/eCustom.vue +++ b/src/layout/eFooter/eCustom.vue @@ -149,14 +149,14 @@ export default { } ] }, - { - name: "官网微信", - children: [ - { - src: wchat - } - ] - } + // { + // name: "官网微信", + // children: [ + // { + // src: wchat + // } + // ] + // } ]; }, images() { diff --git a/src/views/Home/main/eProduct.vue b/src/views/Home/main/eProduct.vue index 12d2ff6..f186614 100644 --- a/src/views/Home/main/eProduct.vue +++ b/src/views/Home/main/eProduct.vue @@ -8,6 +8,7 @@ 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;