shaogen1995 пре 3 година
родитељ
комит
3daf11024f

+ 1 - 0
webM/src/views/Collections/Detail.vue

@@ -52,6 +52,7 @@ export default {
 </script>
 <style lang='less' scoped>
 .CollectionsDeta {
+  padding-top: 50px;
   width: 100%;
   .main {
     width: 100%;

+ 4 - 4
webM/src/views/Learn/info.vue

@@ -114,16 +114,16 @@ export default {
       }
     }
     .txt{
-      &>img{
-        width: 100%;
-        margin-bottom: 15px;
-      }
       /deep/ p {
         font-size: 14px;
         color: #6A6A6A;
         margin-bottom: 15px;
         line-height: 18px;
       }
+      /deep/ img{
+        width: 100%;
+        margin-bottom: 15px;
+      }
     }
   }
 }

Разлика између датотеке није приказан због своје велике величине
+ 2 - 2
webM/src/views/Publications/data.js


+ 0 - 1
webM/src/views/Publications/lookPdf.vue

@@ -46,7 +46,6 @@ export default {
         },
       ],
       info: {},
-      loding: true,
     };
   },
   //监听属性 类似于data概念