From 0682413c5f7e9ec52135a96e350cace5d4e6e46f Mon Sep 17 00:00:00 2001 From: hujiale <13306077+hujiale9527@user.noreply.gitee.com> Date: Fri, 25 Oct 2024 09:59:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-test/src/layouts/user/layout.vue | 30 +- apps/web-test/src/layouts/user/like.vue | 283 +++++------ .../home/components/Output2/index.vue | 441 +++++++++++++----- .../src/views/dashboard/home/index.vue | 2 +- 4 files changed, 483 insertions(+), 273 deletions(-) diff --git a/apps/web-test/src/layouts/user/layout.vue b/apps/web-test/src/layouts/user/layout.vue index a790d025..bc7a5bc3 100644 --- a/apps/web-test/src/layouts/user/layout.vue +++ b/apps/web-test/src/layouts/user/layout.vue @@ -42,26 +42,26 @@ const PRESET = computed((): PresetItem[] => [ tip: '顶部栏仅用于显示全局信息或操作,不包含菜单。', type: 'sidebar-topbar', }, - { - name: $t('preferences.vertical'), - tip: $t('preferences.verticalTip'), - type: 'sidebar-nav', - }, + // { + // name: $t('preferences.vertical'), + // tip: $t('preferences.verticalTip'), + // type: 'sidebar-nav', + // }, { name: $t('preferences.twoColumn'), tip: $t('preferences.twoColumnTip'), type: 'sidebar-mixed-nav', }, - // { - // name: $t('preferences.horizontal'), - // tip: $t('preferences.horizontalTip'), - // type: 'header-nav', - // }, - // { - // name: $t('preferences.mixedMenu'), - // tip: $t('preferences.mixedMenuTip'), - // type: 'mixed-nav', - // }, + { + name: $t('preferences.horizontal'), + tip: $t('preferences.horizontalTip'), + type: 'header-nav', + }, + { + name: $t('preferences.mixedMenu'), + tip: $t('preferences.mixedMenuTip'), + type: 'mixed-nav', + }, // { // name: $t('preferences.fullContent'), // tip: $t('preferences.fullContentTip'), diff --git a/apps/web-test/src/layouts/user/like.vue b/apps/web-test/src/layouts/user/like.vue index c13291bc..40eefad0 100644 --- a/apps/web-test/src/layouts/user/like.vue +++ b/apps/web-test/src/layouts/user/like.vue @@ -1,144 +1,165 @@ - \ No newline at end of file + visible.value = false; +}; + + diff --git a/apps/web-test/src/views/dashboard/home/components/Output2/index.vue b/apps/web-test/src/views/dashboard/home/components/Output2/index.vue index 0b82451d..86cb4868 100644 --- a/apps/web-test/src/views/dashboard/home/components/Output2/index.vue +++ b/apps/web-test/src/views/dashboard/home/components/Output2/index.vue @@ -1,96 +1,47 @@ - - + + \ No newline at end of file + diff --git a/apps/web-test/src/views/dashboard/home/index.vue b/apps/web-test/src/views/dashboard/home/index.vue index f8aa758f..b9ef3e99 100644 --- a/apps/web-test/src/views/dashboard/home/index.vue +++ b/apps/web-test/src/views/dashboard/home/index.vue @@ -592,7 +592,7 @@ const formState = reactive({