Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
hager
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-10-26 14:30:44 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bdd7a3cef26d59818db4c6b773cd0145f2311525
bdd7a3ce
1 parent
4f23cff9
fix 首页banner图宽度优化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/index.vue
src/views/index.vue
View file @
bdd7a3c
<!--
* @Date: 2024-08-27 10:06:30
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-10-2
4 17:35:08
* @LastEditTime: 2024-10-2
5 18:26:54
* @FilePath: /hager/src/views/index.vue
* @Description: 首页
-->
...
...
@@ -9,7 +9,7 @@
<div class="hager-container">
<el-carousel :height="top_img_height" :interval="0">
<el-carousel-item v-for="(item, index) in banner_list" :key="index">
<el-image style="height: 100%;" fit="fill" :src="item.value"></el-image>
<el-image style="height: 100%;
width: 100%;
" fit="fill" :src="item.value"></el-image>
</el-carousel-item>
</el-carousel>
<hager-box class="box-n">
...
...
Please
register
or
login
to post a comment