From cf7c747f955d6bef0d6d1909b32e8712ed1f53ed Mon Sep 17 00:00:00 2001 From: zhangbo Date: Fri, 17 Apr 2026 17:27:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BA=91=E5=AD=98=E5=82=A8=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=8D=A1=E7=89=87=E6=93=8D=E4=BD=9C=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E5=9B=BE=E6=A0=87+Tooltip=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../storage/components/StorageSettingCard.tsx | 108 ++++++++++++------ 1 file changed, 71 insertions(+), 37 deletions(-) diff --git a/src/pages/storage/components/StorageSettingCard.tsx b/src/pages/storage/components/StorageSettingCard.tsx index 2828f04..bea3ea9 100644 --- a/src/pages/storage/components/StorageSettingCard.tsx +++ b/src/pages/storage/components/StorageSettingCard.tsx @@ -261,43 +261,77 @@ export function StorageSettingCard({ {/* Actions Menu */} -
- -
- - - +
+ + + + + + +

{setting.enabled === 1 ? '禁用' : '启用'}

+
+
+ + + + + + +

查看配置

+
+
+ + + + + + +

编辑配置

+
+
+ + + + + + +

删除配置

+
+
+
-- Gitee