v2.0.8 — 任务行添加拖拽手柄图标(grip-vertical)
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user