排除好友防呆设计

This commit is contained in:
xuncha
2026-02-19 18:05:37 +08:00
parent 96ff783bbd
commit c4dc266f93
4 changed files with 44 additions and 4 deletions

View File

@@ -45,6 +45,12 @@
font-weight: 600;
color: var(--primary);
}
.error-actions {
display: flex;
align-items: center;
gap: 8px;
}
}
.page-header {
@@ -521,4 +527,4 @@
display: flex;
gap: 8px;
}
}
}