|
@@ -27,7 +27,7 @@
|
|
|
<div class="monthly-main-date">{{ monthly_main_image.gmtCreate }}</div>
|
|
|
</div>
|
|
|
<div class="demo-image__placeholder" style="padding: 20px 0;">
|
|
|
- <div class="block">
|
|
|
+ <div class="block" style="text-align: center;max-height: calc(100vh - 211px); overflow-y: auto;">
|
|
|
<el-image :src="monthly_main_image.content" />
|
|
|
</div>
|
|
|
</div>
|
|
@@ -88,7 +88,6 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
monthlyDelete(id) {
|
|
|
- console.log(id)
|
|
|
this.$confirm('确认删除此素材?', '移除确认', {
|
|
|
confirmButtonText: '确定',
|
|
|
cancelButtonText: '取消',
|