feat: layout右上角的操作按钮添加动效 (#1254)

This commit is contained in:
xiaoming
2026-01-06 12:38:52 +08:00
committed by GitHub
parent ace4c07590
commit 4f59013b61
9 changed files with 85 additions and 38 deletions

View File

@@ -11,7 +11,7 @@ function handleSearch() {
<template>
<div>
<div
class="search-container w-[40px] h-[48px] flex-c cursor-pointer navbar-bg-hover"
class="search-container w-[40px] h-[48px] flex-c cursor-pointer navbar-bg-hover hover:[&>svg]:animate-scale-bounce"
@click="handleSearch"
>
<IconifyIconOffline icon="ri/search-line" />