From 9d43688f11d630734cb67b75399df26d308ad25e Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期一, 28 四月 2025 21:20:17 +0800
Subject: [PATCH] ai智能阅读

---
 src/views/chronology/index.vue |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/src/views/chronology/index.vue b/src/views/chronology/index.vue
index 57d1426..d2af371 100644
--- a/src/views/chronology/index.vue
+++ b/src/views/chronology/index.vue
@@ -402,6 +402,7 @@
   margin-left: -9px;
   z-index: 99;
   background: #fff;
+  cursor: pointer;
 }
 
 .item-text {
@@ -453,7 +454,17 @@
   right: 5px;
   z-index: 999;
 }
+
 ::v-deep .el-loading-spinner {
-  color: #937950 !important;
+  .el-loading-text {
+    font-size: 14px;
+    color: #937950;
+  }
+
+  .el-icon-loading {
+    font-size: 14px;
+    color: #937950;
+  }
 }
+
 </style>

--
Gitblit v1.9.1