Merge tag 'v1.8.1' into develop

v1.8.1

# Conflicts:
#	.gitignore
#	package.json
#	src/components/LinkAnchor.vue
#	src/components/TaskList/taskRow/TaskRow.vue
#	src/components/Timeline.vue
This commit is contained in:
LINING-PC\lining
2026-02-05 16:29:50 +08:00
22 changed files with 390 additions and 476 deletions
+4 -4
View File
@@ -253,16 +253,16 @@ onUnmounted(() => {
}
/* 暗色主题支持 */
:global(html[data-theme='dark']) .link-anchor {
:global(.gantt-root[data-theme='dark']) .link-anchor {
border-color: #1a1a1a;
}
:global(html[data-theme='dark']) .link-anchor.valid-target,
:global(html[data-theme='dark']) .link-anchor.invalid-target {
:global(.gantt-root[data-theme='dark']) .link-anchor.valid-target,
:global(.gantt-root[data-theme='dark']) .link-anchor.invalid-target {
border-color: #1a1a1a;
}
:global(html[data-theme='dark']) .anchor-tooltip {
:global(.gantt-root[data-theme='dark']) .anchor-tooltip {
background: rgba(255, 255, 255, 0.9);
color: #1a1a1a;
}