From 1861d195f7f3a7364c1099356858c94a6c0741e2 Mon Sep 17 00:00:00 2001
From: 明梦爽 <2972214568@qq.com>
Date: 星期三, 02 三月 2022 18:11:16 +0800
Subject: [PATCH] 所有功能实现

---
 src/components/page/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/page/index.vue b/src/components/page/index.vue
index 506c2ad..789723f 100644
--- a/src/components/page/index.vue
+++ b/src/components/page/index.vue
@@ -3,10 +3,10 @@
     <!-- 棣栭〉涓婂崐閮ㄥ垎 -->
     <el-row type="flex" class="row-bg" justify="space-between">
         <div class="block marr10">
-          <el-carousel height="460px"  arrow="always" :interval="3000">
+          <el-carousel height="450px"  arrow="always" :interval="3000">
             <el-carousel-item v-for="(item,index) in imgList" :key="index">
-              <div @click="gonew(item.id)" class="cursor">
-                <img :src="'http://localhost:8080/'+item.picturePath"  alt="" style="width:105%;">
+              <div @click="gonew(item.id)" class="cursor" style="width:590px; height:450px">
+                <img :src="'http://localhost:7070/'+item.picturePath"  alt="" style="width:100%; height:90%">
               </div>
             </el-carousel-item>
           </el-carousel>

--
Gitblit v1.8.0