Browse Source

图片大小

gks 1 year ago
parent
commit
7ffa2a73ff
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/views/news/detail.vue

+ 6 - 0
src/views/news/detail.vue

@@ -153,4 +153,10 @@ export default {
   },
 };
 </script>
+
+<style scoped>
+::v-deep img{
+  max-width: 100%;
+}
+</style>