From 6f130fad868d053948665d94bff7b5cb0e221fd7 Mon Sep 17 00:00:00 2001
From: Gary Gu <garygu@Garydebijibendiannao.local>
Date: Tue, 01 Jul 2025 09:34:47 +0800
Subject: [PATCH] fix: 人员管理标题优化
---
src/views/EquipmentView.vue | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/src/views/EquipmentView.vue b/src/views/EquipmentView.vue
index 7413ba0..5d4161b 100644
--- a/src/views/EquipmentView.vue
+++ b/src/views/EquipmentView.vue
@@ -7,8 +7,13 @@
backgroundRepeat: 'no-repeat',
backgroundPosition: 'center center',
backgroundSize: '100% 100%',
+ display: 'flex',
+ alignItems: 'center',
}"
>
+ <span style="font-family: PangMenZhengDaoBiaoTiTi !important; font-size: 24px; letter-spacing: 2px; white-space: nowrap; margin-left: 30px"
+ >人员管理</span
+ >
</div>
<div class="bottom-nav">
<div class="top-section mb-[20px]">
@@ -211,7 +216,7 @@
deviceSelected: "",
options: [],
backgroundImage: new URL("@/assets/images/backgrounds/cover_bg.png", import.meta.url).href,
- titleImage: new URL("@/assets/images/titles/renyuan.png", import.meta.url).href,
+ titleImage: new URL("@/assets/images/titles/xiangmu.png", import.meta.url).href,
middleImage: new URL("@/assets/images/titles/xiangmu.png", import.meta.url).href,
bottomImage: new URL("@/assets/images/titles/xiangmu.png", import.meta.url).href,
bgImage: new URL("@/assets/images/titles/title_second.png", import.meta.url).href,
--
Gitblit v1.9.3