From 4c296cbed0d61af883e3e875f236f003e92a356c Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Thu, 23 Jan 2025 15:50:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=82=B9=E5=87=BBlogo?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/index/logo.vue | 15 +++++++++------ src/views/wel/index.vue | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/src/page/index/logo.vue b/src/page/index/logo.vue index edcff613..2122ac57 100644 --- a/src/page/index/logo.vue +++ b/src/page/index/logo.vue @@ -1,6 +1,6 @@ - @@ -28,11 +27,15 @@ export default { data() { return {}; }, - created() { }, + created() {}, computed: { ...mapGetters(['isCollapse']), }, - methods: {}, + methods: { + handleGoIndex() { + this.$router.push('/wel/index'); + }, + }, }; diff --git a/src/views/wel/index.vue b/src/views/wel/index.vue index 56153314..0550a4b0 100644 --- a/src/views/wel/index.vue +++ b/src/views/wel/index.vue @@ -109,6 +109,7 @@ onUnmounted(() => { img { width: 300px; height: 300px; + margin-right: 20px; } .content { display: flex; @@ -161,7 +162,6 @@ onUnmounted(() => { .time { font-size: 16px; font-weight: bold; - } .category { font-size: 16px;