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 +