From 6cc31048cb4c1f7a97d845217485ae317f6cf627 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 13 六月 2025 14:53:22 +0800
Subject: [PATCH] 1739 随访记录添加时优化项

---
 src/views/home/index.vue |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index f01fd6b..cee4bd8 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -429,5 +429,13 @@
         font-size: 20px;
     }
 }
+.el-tabs__nav-scroll {
+  overflow-x: auto;
+  -webkit-overflow-scrolling: touch; /* 确保在 iOS 上平滑滚动 */
+}
 
+.el-tabs__item {
+  cursor: pointer;
+  user-select: none;
+}
 </style>

--
Gitblit v1.8.0