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

修改导航

parent 0fb6f534
......@@ -32,5 +32,11 @@ export default {
};
</script>
<style>
</style>
<style lang="less" scoped>
</style>
......@@ -6,7 +6,7 @@
<el-row :span="24" type="flex" justify="center" align="middle" style="height: 80px;margin-top: 20px;">
<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 :span="16">
......
......@@ -36,6 +36,7 @@
<el-image
:src="image"
fit="cover"
:z-index="9999"
:preview-src-list="srcList">
</el-image>
</div>
......@@ -167,6 +168,6 @@ export default {
}
</script>
<style scoped>
<style>
</style>
......@@ -3,7 +3,7 @@
<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-image :src="item.imageUrl" style="width: inherit;height: inherit" />
</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