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