新增 设置块组件;

新增 开关按钮组件;
调整了若干样式;
This commit is contained in:
User
2025-10-13 14:37:11 +08:00
parent 00a13ab5e2
commit fb437f2c0e
9 changed files with 196 additions and 87 deletions

View File

@@ -393,6 +393,6 @@ const notes = computed(() => store.notes)
}
.note-item {
margin: 0.4rem 0;
margin: 0.6rem 0;
}
</style>