From 56720e752a077d13b7bc280986df407e577b7ef4 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 20 八月 2025 14:34:53 +0800
Subject: [PATCH] 部署修改

---
 src/views/index.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/views/index.vue b/src/views/index.vue
index 95fe72c..59c42d2 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -744,15 +744,18 @@
 	color: #666;
 	list-style: none;
 	padding: 0;
+	height: 190px;
+	overflow-y: auto;
+	width: 460px;
 }
 .line {
 	position: relative;
-	width: 250px;
+	width: 230px;
 }
 .line::after {
 	content: '';
 	position: absolute;
-	right: 12px;
+	right: 2px;
 	top: 0;
 	bottom: 0;
 	width: 1px;

--
Gitblit v1.9.3