Skip to content

Commit 2148a6e

Browse files
committed
1
1 parent 8a746a6 commit 2148a6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/Main.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const handleClick = (tab: TabsPaneContext, event: Event) => {
1717
}
1818
1919
const imgList = ref<any>([
20-
"https://cdn1.scalablepath.com/_next/image?url=https%3A%2F%2Fcdn-blog.scalablepath.com%2Fuploads%2F2022%2F09%2Fgithub-copilot-pair-programmer-copy.png&w=1200&q=75",
20+
"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTwnOJhxoPttApjx-SWGpPkglV44ureg_DKng&usqp=CAU",
2121
"https://www.hp.com/us-en/shop/app/assets/images/uploads/prod/what-is-a-chatbot-hero1567113994866165.jpg",
2222
"https://cdn.nulab.com/learn-wp/app/uploads/2018/01/14210108/How-to-create-a-Typetalk-bot-for-Google-translate.png",
2323
])
@@ -54,7 +54,7 @@ const carouselChange = (a: any) => {
5454
<div class="h-60 w-[1000px]">
5555
<el-carousel :interval="4000000" type="card" height="240px" @change="carouselChange">
5656
<el-carousel-item v-for="item in 3" :key="item">
57-
<img :src="imgList[item - 1]" />
57+
<img :src="imgList[item - 1]" class="w-full" />
5858
</el-carousel-item>
5959
</el-carousel>
6060
</div>

0 commit comments

Comments
 (0)