feat: 添加文件名列的点击事件,优化文件链接交互体验

This commit is contained in:
2025-11-10 22:34:31 +08:00
parent 209fc42f30
commit 880bb76732
2 changed files with 19 additions and 3 deletions

View File

@@ -291,8 +291,18 @@ h1 > div {
background-color: var(--hover-bg);
}
.file-name-col {
cursor: pointer;
user-select: none;
}
.file-name-col:hover {
background-color: var(--hover-bg);
}
.file-icon {
margin-right: 8px;
pointer-events: none;
}
.folder {