feat: add toast

This commit is contained in:
tim
2025-07-07 13:20:00 +08:00
parent 091af64711
commit 1903be1f82
4 changed files with 12 additions and 0 deletions

View File

@@ -153,6 +153,7 @@ export default {
<style scoped>
.home-page {
background-color: var(--background-color);
height: calc(100vh - var(--header-height));
display: flex;
flex-direction: column;

View File

@@ -244,6 +244,7 @@ export default {
</script>
<style>
.post-page-container {
background-color: var(--background-color);
display: flex;
flex-direction: row;
height: calc(100vh - var(--header-height));