wangxy 3 years ago
parent
commit
b4b1a5237b
2 changed files with 5 additions and 6 deletions
  1. 5 6
      pages/introduction/index.vue
  2. BIN
      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;
   }
 }
 

BIN
static/codeImage/ditu.png