@@ -6,7 +6,7 @@
<div class="info_2">
<div class="top">
<div class="info_left">
- <el-carousel height="360px">
+ <el-carousel height="300px">
<el-carousel-item v-for="(item, index) in info.file" :key="index">
<el-image class="image" :src="getUrl(item.uri)" fit="fill" />
</el-carousel-item>
@@ -159,7 +159,6 @@ const getUrl = (item, type) => {
display: flex;
.info_left {
width: 480px;
- height: 360px;
.image {
height: 100%;
width: 100%;