|
@@ -20,7 +20,7 @@
|
|
|
<el-button v-if="!courseTypeShow" :class="!volumes ? 'el_button_active' : ''" @click="volumes = false">下册</el-button>
|
|
|
<div v-if="currentData && currentData.shang.length > 0 && volumes">
|
|
|
<el-row :gutter="20">
|
|
|
- <el-col :span="6" v-for="item in currentData.shang" :key="item.title">
|
|
|
+ <el-col :span="6" v-for="item in currentData.shang" :key="item.title" style="margin-top: 10px;">
|
|
|
<div class="grid-content ep-bg-purple">
|
|
|
<img :src="getImageUrl(item.url)" alt="">
|
|
|
<div class="course_content">
|
|
@@ -80,7 +80,7 @@
|
|
|
</div>
|
|
|
<div v-if="currentData && currentData.xia.length > 0 && !volumes">
|
|
|
<el-row :gutter="20">
|
|
|
- <el-col :span="6" v-for="item in currentData.xia" :key="item.title">
|
|
|
+ <el-col :span="6" v-for="item in currentData.xia" :key="item.title" style="margin-top: 10px;">
|
|
|
<div class="grid-content ep-bg-purple">
|
|
|
<img :src="getImageUrl(item.url)" alt="">
|
|
|
<div class="course_content">
|