From 978dcb182ce1fd8025bc2f46904228089c35d99e Mon Sep 17 00:00:00 2001
From: wangjuncheng <1>
Date: 星期四, 15 五月 2025 18:06:31 +0800
Subject: [PATCH] 1

---
 src/components/menu/TimeLine.vue |   17 ++++++-----------
 1 files changed, 6 insertions(+), 11 deletions(-)

diff --git a/src/components/menu/TimeLine.vue b/src/components/menu/TimeLine.vue
index 5db41cf..c2fad40 100644
--- a/src/components/menu/TimeLine.vue
+++ b/src/components/menu/TimeLine.vue
@@ -566,7 +566,7 @@
   transform: translateX(-50%);
   z-index: 99;
   width: 38%;
-  height: 12%;
+  height: 10%;
   /* background-color: #1a2634; */
   background: url("@/assets/img/menubar/bar.png");
   background-size: 100% 100%;
@@ -669,7 +669,6 @@
   position: relative;
   cursor: pointer;
 }
-
 .timeline-progress {
   height: 100%;
   background-color: #4a90e2;
@@ -678,7 +677,6 @@
   top: 0;
   left: 0;
 }
-
 .timeline-cursor {
   width: 12px;
   height: 12px;
@@ -689,7 +687,6 @@
   transform: translate(-50%, -50%);
   z-index: 2;
 }
-
 .time-markers {
   position: absolute;
   width: 100%;
@@ -709,15 +706,13 @@
   flex-direction: column;
   align-items: center;
 }
-.date-part {
-  /* margin-bottom: 2px; 鏃ユ湡鍜屾椂闂翠箣闂寸殑闂磋窛 */
-}
-
+/* .date-part {
+  margin-bottom: 2px;
+} */
 .time-part {
-  font-size: 11px; /* 鏃堕棿鍙互绋嶅井灏忎竴鐐� */
-  opacity: 0.8; /* 鏃堕棿鍙互绋嶅井娣′竴鐐� */
+  font-size: 11px;
+  opacity: 0.8;
 }
-
 .current-date {
   margin-bottom: 5px;
   font-size: 15px;

--
Gitblit v1.9.3