From a4b7a770160e6330a4b3746e1f92beae17da8789 Mon Sep 17 00:00:00 2001 From: Zeng1998 <1129142694@qq.com> Date: Thu, 24 Nov 2022 09:30:17 +0800 Subject: [PATCH] fix: cursor style (#549) --- web/src/less/memo.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/less/memo.less b/web/src/less/memo.less index dc78c38b..9f0f6427 100644 --- a/web/src/less/memo.less +++ b/web/src/less/memo.less @@ -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;