From e5d499ae6a4e6b320f71c49987b76cc11f6bc1e4 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期二, 28 十月 2025 14:13:10 +0800
Subject: [PATCH] 首页问题
---
src/views/screen/components/screen-title/index.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/screen/components/screen-title/index.vue b/src/views/screen/components/screen-title/index.vue
index 1cf07c4..14c5bd9 100644
--- a/src/views/screen/components/screen-title/index.vue
+++ b/src/views/screen/components/screen-title/index.vue
@@ -5,7 +5,7 @@
<img src="@/assets/images/screen/header_bg.png" class="width-img" alt="">
</div>
<div class="header-text">
- 鑷础杩愮淮鑰冩牳鍙鍖栧ぇ灞�
+ 杩愮淮鑰冩牳澶у睆
</div>
</div>
</div>
@@ -19,7 +19,7 @@
<style lang="scss" scoped>
.header-container {
- width: 1000px;
+ width: 600px;
position: absolute;
top: 0;
left: 50%;
@@ -33,9 +33,9 @@
.header-text {
position: absolute;
left: 49%;
- top: 15px;
+ top: 5px;
transform: translateX(-50%);
color: #fff;
- font-size: 30px;
+ font-size: 24px;
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.8.0