Optimize Table checkbox style

This commit is contained in:
梁灏 2018-03-26 16:56:48 +08:00
parent 9ea47cb3d2
commit a0f489478b
2 changed files with 5 additions and 1 deletions

View file

@ -175,6 +175,10 @@
transform: rotate(90deg);
}
}
&-sort{
cursor: pointer;
user-select: none;
}
}
&-hidden{
visibility: hidden;