From 58fcd42745c2e056a32179c4d8edd25a2c28978e Mon Sep 17 00:00:00 2001 From: CH_122 <1521930938@qq.com> Date: Thu, 14 Aug 2025 21:20:23 +0800 Subject: [PATCH 1/2] style: add cursor pointer to dropdown items for better UX --- frontend_nuxt/components/DropdownMenu.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend_nuxt/components/DropdownMenu.vue b/frontend_nuxt/components/DropdownMenu.vue index 7223bb843..8cbefdf39 100644 --- a/frontend_nuxt/components/DropdownMenu.vue +++ b/frontend_nuxt/components/DropdownMenu.vue @@ -82,6 +82,7 @@ export default { .dropdown-item { padding: 8px 16px; white-space: nowrap; + cursor: pointer; } .dropdown-item:hover { background-color: var(--menu-selected-background-color); From 867ee3907b2761c2b44e7b11e9e0ec0976775ba3 Mon Sep 17 00:00:00 2001 From: CH_122 <1521930938@qq.com> Date: Thu, 14 Aug 2025 21:21:34 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20=E5=BF=98=E8=AE=B0=E5=AF=86?= =?UTF-8?q?=E7=A0=81=E6=B7=BB=E5=8A=A0=E6=8F=90=E7=A4=BA=20&=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E7=BC=BA=E5=B0=91=E5=AE=9A=E4=B9=89=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E7=9A=84=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend_nuxt/pages/forgot-password.vue | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/frontend_nuxt/pages/forgot-password.vue b/frontend_nuxt/pages/forgot-password.vue index 84fe866c0..024d00dd9 100644 --- a/frontend_nuxt/pages/forgot-password.vue +++ b/frontend_nuxt/pages/forgot-password.vue @@ -2,6 +2,7 @@