fix: cursor style (#549)

This commit is contained in:
Zeng1998 2022-11-24 09:30:17 +08:00 committed by GitHub
parent 939e836d1b
commit a4b7a77016
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@
@apply w-full flex flex-row justify-around items-center border-b border-gray-100 p-1 mb-1;
> .btn {
@apply relative w-6 h-6 p-1 text-gray-600;
@apply relative w-6 h-6 p-1 text-gray-600 cursor-pointer;
&:hover > .tip-text {
@apply block;
@ -78,7 +78,7 @@
}
> .btn {
@apply w-full text-sm leading-6 py-1 px-3 rounded justify-start;
@apply w-full text-sm leading-6 py-1 px-3 rounded justify-start cursor-pointer;
&.archive-btn {
@apply text-orange-600;