完善视频提炼和视频复刻完善提交测试
This commit is contained in:
@@ -939,3 +939,11 @@
|
||||
.task-stats { grid-template-columns: repeat(2, 1fr); }
|
||||
}
|
||||
}
|
||||
|
||||
/* 拖拽投放高亮:实线 + 主橙,和 hover 区分 */
|
||||
.img-upload.is-dragover {
|
||||
border-style: solid;
|
||||
border-color: var(--heat);
|
||||
color: var(--heat);
|
||||
background: var(--heat-8);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user