This commit is contained in:
Andy Leong
2024-01-04 13:44:33 +08:00
parent fab1b96137
commit 7905cb5fb7
3 changed files with 6 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ const indexFn = (item) => {
}
};
onMounted(() => {});
onMounted(() => { });
</script>
<style lang="scss" >
@@ -32,6 +32,7 @@ onMounted(() => {});
overflow: hidden;
background-color: rgb(255, 255, 255);
}
.home {
@include box(750px, 100vh);
// position: relative;