From 7b0a7bf7412d74e4b75f7091c751d63274469865 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 10 Aug 2022 15:19:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=AB=E9=83=BD=E5=A4=A7=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/dv/apps/components/PdGrid.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/dv/apps/components/PdGrid.vue b/project/dv/apps/components/PdGrid.vue index 5a471f9a..7e8a0a4e 100644 --- a/project/dv/apps/components/PdGrid.vue +++ b/project/dv/apps/components/PdGrid.vue @@ -197,7 +197,8 @@ text-align: center; color: #FFFFFF; font-size: 27px; - transition: all ease 0.3s; + cursor: pointer; + transition: all ease 0.5s; &.grid-active { background: linear-gradient(270deg, rgba(0,48,124,0) 0%, #00307C 16%, rgba(0,99,255,0.9100) 50%, rgba(0,48,124,0.8200) 87%, rgba(0,48,124,0) 100%);