diff --git a/src/assets/backend.jpg b/src/assets/backend.jpg new file mode 100644 index 0000000..699ee68 Binary files /dev/null and b/src/assets/backend.jpg differ diff --git a/src/styles/show.css b/src/styles/show.css index f0ad71f..e241a15 100644 --- a/src/styles/show.css +++ b/src/styles/show.css @@ -40,6 +40,16 @@ max-width: 130px; height: 100%; } + +.newspic img{ + width: 100%; + height: 100%; +} +.articlespic img{ + width: 100%; + height: 100%; +} + .newscontent, .articlescontent{ margin-right: auto; display: inline-block; diff --git a/src/views/blog/articles.vue b/src/views/blog/articles.vue index 2168351..def24ec 100644 --- a/src/views/blog/articles.vue +++ b/src/views/blog/articles.vue @@ -22,7 +22,8 @@
- 芜湖 + + 芜湖

{{ item.title }}

diff --git a/src/views/blog/show.vue b/src/views/blog/show.vue index c05acb4..10e38e9 100644 --- a/src/views/blog/show.vue +++ b/src/views/blog/show.vue @@ -22,7 +22,8 @@
- 芜湖 + + 芜湖

{{ item.title }}

@@ -62,7 +63,7 @@ const details = viewDetailsStore() const router = useRouter() -const dialogVisible = ref(true); +const dialogVisible = ref(false); const search_text = ref('')