make td looks like clickable

This commit is contained in:
2021-05-23 21:10:00 +08:00
parent 4221a4ff8f
commit cd493807fb
2 changed files with 5 additions and 2 deletions

View File

@@ -41,3 +41,6 @@ a.router-link-active {
height: 39px;
width: 100%;
}
td.clickable {
cursor: pointer;
}