diff --git a/app/static/css/main.css b/app/static/css/main.css index 0eed6b9..87874c4 100644 --- a/app/static/css/main.css +++ b/app/static/css/main.css @@ -8179,4 +8179,14 @@ div:has(> .collapse:not(.show)):has(+ .row.title[title^="资源搜索"]) { /* 模态框面包屑导航滚动条隐藏 */ #fileSelectModal .breadcrumb::-webkit-scrollbar { display: none; /* 隐藏滚动条 */ +} + +/* 任务列表海报视图 - 可点击的任务名称样式 */ +.discovery-title[style*="cursor: pointer"] { + color: var(--dark-text-color); + transition: color 0.2s ease; +} + +.discovery-title[style*="cursor: pointer"]:hover { + color: var(--focus-border-color); } \ No newline at end of file diff --git a/app/templates/index.html b/app/templates/index.html index 89811db..cd11828 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -1312,7 +1312,10 @@