zs 1 gadu atpakaļ
vecāks
revīzija
0f15666348

BIN
src/assets/achievement.png


BIN
src/assets/bg.png


BIN
src/assets/brain.png


BIN
src/assets/demand.png


BIN
src/assets/innovation.png


BIN
src/assets/news.png


+ 2 - 2
src/views/achievement/index.vue

@@ -91,7 +91,7 @@ const dictDataStore = DictDataStore()
 // 路由
 const router = useRouter()
 // 图片引入
-import achievement from '@/assets/achievement.png'
+import achievement from '@/assets/home.jpg'
 // 加载中
 const loading = ref(false)
 const searchValue = ref('')
@@ -261,7 +261,7 @@ const sizeChange = (limits) => {
 
     .image {
       width: 100%;
-      height: 250px;
+      height: 200px;
     }
 
     .input {

+ 1 - 1
src/views/brain/index.vue

@@ -51,7 +51,7 @@ const store = NewsStore()
 // 路由
 const router = useRouter()
 // 图片引入
-import brain from '@/assets/brain.png'
+import brain from '@/assets/home.jpg'
 // 加载中
 const loading = ref(false)
 // 列表

+ 2 - 2
src/views/demand/index.vue

@@ -82,7 +82,7 @@ import { DictDataStore } from '@/store/api/system/dictData'
 const store = DemandStore()
 const dictDataStore = DictDataStore()
 // 图片引入
-import demand from '@/assets/demand.png'
+import demand from '@/assets/innovation.png'
 // 路由
 const router = useRouter()
 // 加载中
@@ -224,7 +224,7 @@ const sizeChange = (limits) => {
   .idemand {
     .image {
       width: 100%;
-      height: 250px;
+      height: 200px;
     }
   }
 

+ 1 - 1
src/views/home/index.vue

@@ -3,7 +3,7 @@
     <el-row>
       <el-col :span="24" class="main animate__animated animate__backInRight" v-loading="loading">
         <el-col :span="24" class="one">
-          <el-carousel height="250px">
+          <el-carousel height="200px">
             <el-carousel-item v-for="(item, index) in carouselList" :key="index">
               <el-image class="image" :src="item.url" fit="fill" />
             </el-carousel-item>

+ 1 - 1
src/views/innovation/index.vue

@@ -216,7 +216,7 @@ const getTime = (data) => {
   .innovation {
     .image {
       width: 100%;
-      height: 250px;
+      height: 200px;
     }
   }
   .one {

+ 1 - 1
src/views/news/index.vue

@@ -148,7 +148,7 @@ const toView = (item) => {
   .one {
     .image {
       width: 100%;
-      height: 250px;
+      height: 200px;
     }
   }
 

+ 2 - 2
src/views/science/index.vue

@@ -71,7 +71,7 @@ const dictDataStore = DictDataStore()
 // 路由
 const route = useRoute()
 // 图片引入
-import science from '@/assets/news.png'
+import science from '@/assets/bg.png'
 import science_1 from '@/assets/science_1.png'
 import science_2 from '@/assets/science_2.png'
 import science_3 from '@/assets/science_3.png'
@@ -150,7 +150,7 @@ const mouseOver = (item) => {
   .science {
     .image {
       width: 100%;
-      height: 250px;
+      height: 200px;
     }
   }
   .one {