diff --git a/src/components/blogs/ceshi.vue b/src/components/blogs/ceshi.vue index ffc7afd..d94865a 100644 --- a/src/components/blogs/ceshi.vue +++ b/src/components/blogs/ceshi.vue @@ -1,77 +1,29 @@ - - - \ No newline at end of file + diff --git a/src/views/blog/blogcontent/BlogListView.vue b/src/views/blog/blogcontent/BlogListView.vue index 59a2b7d..a63fe2c 100644 --- a/src/views/blog/blogcontent/BlogListView.vue +++ b/src/views/blog/blogcontent/BlogListView.vue @@ -204,6 +204,15 @@ onMounted(() => { animation: colorChange 3s infinite alternate; /* 添加颜色变化的动画 */ } +.blog-content .image-container { + width: 200px; + +} + +.blog-content .responsive-image { + width: 100%; + height: auto; +} .custom-line { border: 0;