File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const handleClick = (tab: TabsPaneContext, event: Event) => {
17
17
}
18
18
19
19
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 " ,
21
21
" https://www.hp.com/us-en/shop/app/assets/images/uploads/prod/what-is-a-chatbot-hero1567113994866165.jpg" ,
22
22
" https://cdn.nulab.com/learn-wp/app/uploads/2018/01/14210108/How-to-create-a-Typetalk-bot-for-Google-translate.png" ,
23
23
])
@@ -54,7 +54,7 @@ const carouselChange = (a: any) => {
54
54
<div class =" h-60 w-[1000px]" >
55
55
<el-carousel :interval =" 4000000" type =" card" height =" 240px" @change =" carouselChange" >
56
56
<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 " />
58
58
</el-carousel-item >
59
59
</el-carousel >
60
60
</div >
You can’t perform that action at this time.
0 commit comments