This commit is contained in:
Baobhan Sith
2025-04-17 21:40:50 +08:00
parent 636ed5a2bb
commit 1c4ae3a3e1
17 changed files with 959 additions and 357 deletions
@@ -12,6 +12,8 @@ import NotificationSettings from '../components/NotificationSettings.vue';
<style scoped>
.notifications-view {
padding: 20px;
padding: var(--base-padding, 20px); /* 使用变量 */
color: var(--text-color);
background-color: var(--app-bg-color);
}
</style>