From 55691fa3df44451bf071420f2ef6507c885e5f27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=86=E5=85=89LG?= Date: Wed, 13 Aug 2025 08:59:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/TagsView/src/TagsView.vue | 2 + src/layout/components/useRenderLayout.tsx | 15 +++-- src/views/Login/Login.vue | 57 +++++++++++++++---- 3 files changed, 57 insertions(+), 17 deletions(-) diff --git a/src/layout/components/TagsView/src/TagsView.vue b/src/layout/components/TagsView/src/TagsView.vue index 6b6510b..0d326b2 100644 --- a/src/layout/components/TagsView/src/TagsView.vue +++ b/src/layout/components/TagsView/src/TagsView.vue @@ -274,10 +274,12 @@ watch( :id="prefixCls" :class="prefixCls" class="relative w-full h-[var(--tags-view-height)] flex bg-[#fff] dark:bg-[var(--el-bg-color)]" + data-tauri-drag-region > { } ]} > -
+
{/* Logo区域 */} -
+
Logo 教师端管理系统
- {/* 工具栏 */} - + {/* 工具栏 - 移除data-tauri-drag-region以允许按钮点击 */} +
{tagsView.value ? ( - +
+ +
) : !isDashboardPage.value ? ( -
+
返回主页 diff --git a/src/views/Login/Login.vue b/src/views/Login/Login.vue index ab7958a..cd3e021 100644 --- a/src/views/Login/Login.vue +++ b/src/views/Login/Login.vue @@ -3,6 +3,22 @@ :class="prefixCls" class="relative h-[100%] lt-md:px-10px lt-sm:px-10px lt-xl:px-10px lt-xl:px-10px" > + +
+
+
+
+ +
+
+
- {{ underlineToHump(appStore.getTitle) }} + {{ underlineToHump(appStore.getTitle) }}
@@ -52,15 +68,15 @@ - + - + - + - + - +
@@ -70,13 +86,14 @@ \ No newline at end of file +