qinzhipeng_v@didiglobal.com 4 лет назад
Родитель
Сommit
6d3ffc20b8
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      src/views/monthly/index.vue

+ 1 - 2
src/views/monthly/index.vue

@@ -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: '取消',