Commit ff0e9e2f authored by 赵啸非's avatar 赵啸非

修改导航

parent 0fb6f534
...@@ -32,5 +32,11 @@ export default { ...@@ -32,5 +32,11 @@ export default {
}; };
</script> </script>
<style>
</style>
<style lang="less" scoped> <style lang="less" scoped>
</style> </style>
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<el-row :span="24" type="flex" justify="center" align="middle" style="height: 80px;margin-top: 20px;"> <el-row :span="24" type="flex" justify="center" align="middle" style="height: 80px;margin-top: 20px;">
<el-col :span="4"> <el-col :span="4">
<img src="../../../assets/images/logo_portal.png" style="width: 80%;float: right;" alt=""> <img src="../../../assets/images/logo_portal.png" style="width: 60%;float: right;" alt="">
</el-col> </el-col>
<el-col :span="16"> <el-col :span="16">
......
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
<el-image <el-image
:src="image" :src="image"
fit="cover" fit="cover"
:z-index="9999"
:preview-src-list="srcList"> :preview-src-list="srcList">
</el-image> </el-image>
</div> </div>
...@@ -167,6 +168,6 @@ export default { ...@@ -167,6 +168,6 @@ export default {
} }
</script> </script>
<style scoped> <style>
</style> </style>
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<div style="width: 100%"> <div style="width: 100%">
<el-carousel :interval="4000" height="500px" arrow="never" > <el-carousel :interval="4000" height="450px" arrow="never" >
<el-carousel-item v-for="item in slideshow" :key="item.imageUrl"> <el-carousel-item v-for="item in slideshow" :key="item.imageUrl">
<el-image :src="item.imageUrl" style="width: inherit;height: inherit" /> <el-image :src="item.imageUrl" style="width: inherit;height: inherit" />
</el-carousel-item> </el-carousel-item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment