Compare commits

..

2 Commits

5 changed files with 4 additions and 4 deletions

View File

@ -139,7 +139,7 @@ const gotoPage = (row) => {
.platform-title { .platform-title {
font-size: 80px; font-size: 80px;
height: 100px; height: 100px;
line-height: 40px; line-height: 80px;
padding-top: 80px; padding-top: 80px;
margin-bottom: 0; margin-bottom: 0;
} }
@ -154,7 +154,7 @@ const gotoPage = (row) => {
.platform-title { .platform-title {
font-size: 70px; font-size: 70px;
height: 80px; height: 80px;
line-height: 40px; line-height: 80px;
padding-top: 60px; padding-top: 60px;
} }
.platform-panel-item { .platform-panel-item {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 196 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 167 KiB

View File

@ -2,7 +2,7 @@
<div> <div>
<common current-name="agricultural"> <common current-name="agricultural">
<template #main> <template #main>
<banner :imglist="bannerList"></banner> <!-- <banner :imglist="bannerList"></banner> -->
<filtertop :list="treeList" @select="selected" @search="search"></filtertop> <filtertop :list="treeList" @select="selected" @search="search"></filtertop>
<div class="goods-list-warp"> <div class="goods-list-warp">
<div class="goods-list"> <div class="goods-list">
@ -118,7 +118,7 @@ const getList = (data) => {
}); });
}; };
let bannerList = reactive(['images/ecommerce/' + 'banner.png', 'images/ecommerce/' + 'banner1.png']); // let bannerList = reactive(['images/ecommerce/' + 'banner.png', 'images/ecommerce/' + 'banner1.png']);
const search = (data) => { const search = (data) => {
getList(data); getList(data);