wangxy 3 年之前
父节点
当前提交
b4b1a5237b
共有 2 个文件被更改,包括 5 次插入6 次删除
  1. 5 6
      pages/introduction/index.vue
  2. 二进制
      static/codeImage/ditu.png

+ 5 - 6
pages/introduction/index.vue

@@ -148,6 +148,7 @@
         ],
         prevList: true,
         nextList: false,
+        img2: require('~/static/codeImage/ditu.png')
       };
     },
     head(){
@@ -421,7 +422,6 @@
 
     img {
       flex: 1;
-      width: 100%;
       height: 100%;
     }
 
@@ -469,11 +469,10 @@
       font-weight: 500;
       margin-bottom: 10px;
     }
-
-    img {
-      width: 100%;
-      height: auto;
-    }
+  }
+  img {
+    width: 100%;
+    height: auto;
   }
 }
 

二进制
static/codeImage/ditu.png