feat: 前端样式修改

This commit is contained in:
tbphp
2025-07-04 19:51:00 +08:00
parent f2e22a08fa
commit fd63a9c67d
12 changed files with 501 additions and 398 deletions

View File

@@ -22,8 +22,8 @@ async function loadGroups() {
if (groups.value.length > 0 && !selectedGroup.value) {
selectedGroup.value = groups.value[0];
}
} catch (error) {
console.error("加载分组失败:", error);
} catch (_error) {
// 错误已记录
window.$message.error("加载分组失败");
} finally {
loading.value = false;