فهرست منبع

修复标题与关闭按钮重合

shaogen1995 3 سال پیش
والد
کامیت
37af797a49
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/Home.vue

+ 1 - 1
src/views/Home.vue

@@ -141,7 +141,6 @@ export default {
     active(newVal) {
       // 判断是否只有一张图片或者视频,ifrm   lengthShow
       let tempType = this.data[newVal];
-      console.log(tempType);
       if (tempType && tempType.length && tempType.length > 1) this.lengthShow = true;
       else this.lengthShow = false;
       if (!newVal) {
@@ -296,6 +295,7 @@ export default {
     &:first-of-type {
       font-weight: bold;
       font-size: 20px;
+      padding-right: 40px;
     }
   }
 }