Compare commits
No commits in common. "ab511f863ed43170633211ae3a7393a9d83fea1e" and "dd9092e93c5622ce4baada2e75b32f44d1d22cdc" have entirely different histories.
ab511f863e
...
dd9092e93c
@ -139,7 +139,7 @@ const gotoPage = (row) => {
|
||||
.platform-title {
|
||||
font-size: 80px;
|
||||
height: 100px;
|
||||
line-height: 80px;
|
||||
line-height: 40px;
|
||||
padding-top: 80px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
@ -154,7 +154,7 @@ const gotoPage = (row) => {
|
||||
.platform-title {
|
||||
font-size: 70px;
|
||||
height: 80px;
|
||||
line-height: 80px;
|
||||
line-height: 40px;
|
||||
padding-top: 60px;
|
||||
}
|
||||
.platform-panel-item {
|
||||
|
BIN
sub-operation-service/src/assets/images/ecommerce/banner.png
Normal file
BIN
sub-operation-service/src/assets/images/ecommerce/banner.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 196 KiB |
BIN
sub-operation-service/src/assets/images/ecommerce/banner1.png
Normal file
BIN
sub-operation-service/src/assets/images/ecommerce/banner1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 148 KiB |
BIN
sub-operation-service/src/assets/images/ecommerce/banner3.png
Normal file
BIN
sub-operation-service/src/assets/images/ecommerce/banner3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 167 KiB |
@ -2,7 +2,7 @@
|
||||
<div>
|
||||
<common current-name="agricultural">
|
||||
<template #main>
|
||||
<!-- <banner :imglist="bannerList"></banner> -->
|
||||
<banner :imglist="bannerList"></banner>
|
||||
<filtertop :list="treeList" @select="selected" @search="search"></filtertop>
|
||||
<div class="goods-list-warp">
|
||||
<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) => {
|
||||
getList(data);
|
||||
|
Loading…
x
Reference in New Issue
Block a user