|
|
@ -1,7 +1,7 @@ |
|
|
|
<template> |
|
|
|
<div class="trumbs_container"> |
|
|
|
<swiper |
|
|
|
:slidesPerView="9" |
|
|
|
:slidesPerView="7" |
|
|
|
:freeMode="true" |
|
|
|
:modules="modules" |
|
|
|
:autoHeight="true" |
|
|
@ -14,7 +14,7 @@ |
|
|
|
? case_detail_img_data[industry_id] |
|
|
|
: hard_img_data[hardware_id]" |
|
|
|
:key="item.id" |
|
|
|
style="background: none; width: auto !important" |
|
|
|
style="background: none" |
|
|
|
> |
|
|
|
<div class="img_card"> |
|
|
|
<img :src="item.picUrl" class="img" alt="" /> |
|
|
@ -69,6 +69,9 @@ const onSwiper = swiper => { |
|
|
|
</script> |
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
|
.swiper { |
|
|
|
width: 1594px !important; |
|
|
|
} |
|
|
|
.trumbs_container { |
|
|
|
width: 100%; |
|
|
|
height: 108px; |
|
|
|