fix: 🐛 修复已知问题

This commit is contained in:
ray
2024-11-19 18:28:11 +08:00
parent 0288e975dc
commit ac3dd56add
5 changed files with 101 additions and 110 deletions

View File

@@ -10,4 +10,8 @@ onHide(() => {
console.log("App Hide");
});
</script>
<style lang="scss" scoped></style>
<style lang="scss">
page {
background: #f8f8f8;
}
</style>