From 9afb518a19b9fed3e39af118c93ae1ba40dbccca Mon Sep 17 00:00:00 2001 From: DEV_DSW <562304744@qq.com> Date: Wed, 15 Apr 2026 10:31:43 +0800 Subject: [PATCH] feat: update TitleBar component for platform-specific styling and integrate into login page --- src/components/Layout/TitleBar/index.vue | 27 +++++++++++++++++----- src/pages/login/index.vue | 29 +++++------------------- tsc-output.txt | 0 3 files changed, 27 insertions(+), 29 deletions(-) delete mode 100644 tsc-output.txt diff --git a/src/components/Layout/TitleBar/index.vue b/src/components/Layout/TitleBar/index.vue index 1a73fa8..2c71cc5 100644 --- a/src/components/Layout/TitleBar/index.vue +++ b/src/components/Layout/TitleBar/index.vue @@ -1,23 +1,25 @@