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%);