v2.0.8 — 任务行添加拖拽手柄图标(grip-vertical)

This commit is contained in:
mac
2026-06-16 16:01:54 +08:00
parent e2d9049e45
commit f8c816dc38
2 changed files with 4 additions and 1 deletions

View File

@@ -554,6 +554,9 @@ td {
.task-row:hover { background: #f8fafc; }
.task-dot { display: flex; color: #cbd5e1; flex-shrink: 0; cursor: pointer; }
.task-dot:hover { color: #6366f1; }
.task-grip { display: flex; color: #cbd5e1; flex-shrink: 0; cursor: grab; }
.task-grip:hover { color: #94a3b8; }
.task-grip:active { cursor: grabbing; }
.task-main { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.task-name { color: #1e293b; font-size: 13px; }
.task-desc { color: #94a3b8; font-size: 12px; word-wrap: break-word; overflow-wrap: break-word; }