From 895a902d962ddd4c60347d39cf34cd4ffc4b6cc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=81=8C=E7=B3=96=E5=8C=85=E5=AD=90?= Date: Thu, 30 Apr 2026 11:34:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E7=AB=AF=E7=89=88=E6=9C=AC=E8=8E=B7?= =?UTF-8?q?=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 2 ++ src/static/common.less | 6 ------ src/views/Home.vue | 26 ++++++++++++++++++++++++-- 3 files changed, 26 insertions(+), 8 deletions(-) diff --git a/components.d.ts b/components.d.ts index f464920..eab8558 100644 --- a/components.d.ts +++ b/components.d.ts @@ -13,6 +13,8 @@ declare module '@vue/runtime-core' { ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider'] ElContainer: typeof import('element-plus/es')['ElContainer'] ElDatePicker: typeof import('element-plus/es')['ElDatePicker'] + ElDescriptions: typeof import('element-plus/es')['ElDescriptions'] + ElDescriptionsItem: typeof import('element-plus/es')['ElDescriptionsItem'] ElDialog: typeof import('element-plus/es')['ElDialog'] ElDrawer: typeof import('element-plus/es')['ElDrawer'] ElDropdown: typeof import('element-plus/es')['ElDropdown'] diff --git a/src/static/common.less b/src/static/common.less index c4e32e7..edbdc39 100644 --- a/src/static/common.less +++ b/src/static/common.less @@ -83,12 +83,6 @@ html, body, #app, .layout { flex-basis: 0; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04); } - > .layout-copy { - text-align: center; - padding-bottom: 12px; - color: var(--el-text-color-placeholder); - font-size: var(--el-font-size-extra-small); - } /* ===== 页面布局(用于带分页的表格页面)===== */ .page-wrapper { diff --git a/src/views/Home.vue b/src/views/Home.vue index 88751d8..349a3d3 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -17,6 +17,7 @@ 返回首页 修改密码 + 关于 退出 @@ -51,7 +52,6 @@ -
2016-{{currentYear}} © colorfulsweet 上次更新:{{ version }}
@@ -75,6 +75,17 @@ + + + + + {{ version }} + + + {{ backendVersion }} + + +