player folder clickable

This commit is contained in:
2021-05-24 02:29:01 +08:00
parent 9e574e913d
commit a5a771b27a
2 changed files with 13 additions and 1 deletions

View File

@@ -44,3 +44,6 @@ a.router-link-active {
td.clickable {
cursor: pointer;
}
div.clickable {
cursor: pointer;
}