Browse Source

适配图片

DESKTOP-2S67K1S\31396 2 years ago
parent
commit
5194122a79
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/pages/guide/index.vue

+ 4 - 0
src/pages/guide/index.vue

@@ -59,4 +59,8 @@ export default {
     width: calc(100% - 64rpx);
   }
 }
+
+img{
+  width: 100%;
+}
 </style>