From 8a6b5c339b6da6a345c7b202a33983d875b37bd6 Mon Sep 17 00:00:00 2001 From: zhangjiming Date: Tue, 8 Apr 2025 17:45:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83=20=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2loading=E7=9A=84=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Bluetooth.scss | 6 ++++-- src/pages/Bluetooth.tsx | 2 +- src/pages/Setting.tsx | 2 -- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/Bluetooth.scss b/src/pages/Bluetooth.scss index 133e357..e3cdd2a 100644 --- a/src/pages/Bluetooth.scss +++ b/src/pages/Bluetooth.scss @@ -1,4 +1,6 @@ -.adm-spin-loading { +.bluetooth-list { + .adm-spin-loading { width: 16px; height: 16px; -} \ No newline at end of file + } +} diff --git a/src/pages/Bluetooth.tsx b/src/pages/Bluetooth.tsx index 2647854..ec474aa 100644 --- a/src/pages/Bluetooth.tsx +++ b/src/pages/Bluetooth.tsx @@ -46,7 +46,7 @@ export default function Bluetooth() { 蓝牙 -
+

附近设备

diff --git a/src/pages/Setting.tsx b/src/pages/Setting.tsx index 01d5266..b2176cc 100644 --- a/src/pages/Setting.tsx +++ b/src/pages/Setting.tsx @@ -48,8 +48,6 @@ export default function Setting() { const res = await dispatch(saveConfig({ server, standbyMinutes: selectStandby[0] })).unwrap(); if (res.success) { Toast.show('保存成功'); - } else { - Toast.show(res.message); } };