add page background

This commit is contained in:
2023-02-20 11:59:15 +10:00
parent 56eee105d5
commit 4de4642c23

View File

@@ -125,3 +125,9 @@ const handleSubmit = async () => {
form.loading(false);
};
</script>
<style lang="scss">
.page-contact {
background-color: #f8f8f8;
}
</style>