ปรับ style button / responsive
All checks were successful
frontend-action / build-image (push) Successful in 48s

This commit is contained in:
2024-04-26 14:37:34 +07:00
parent 5fc473780c
commit c53dca42c7
4 changed files with 29 additions and 14 deletions

View File

@@ -7,7 +7,7 @@
<v-img
:aspect-ratio="1"
src="../assets/logo-title.png"
width="600"
width="600"
@click="$router.push('/')"
></v-img>
</v-col>
@@ -24,7 +24,7 @@
style="color: #0f470f"
size="large"
height="80"
to="/login"
@click="checkPage"
>
<span class="text-normal">เขาสระบบสำหรบผแสดงตนแล</span>
</v-btn>
@@ -33,7 +33,11 @@
</div>
</div>
<div style="position: relative" class="bg-curve" id="started">
<v-row style="height: 100%;width: 90%;" align="center" class="text-center ma-auto" >
<v-row
style="height: 100%; width: 90%"
align="center"
class="text-center ma-auto"
>
<v-col cols="12" md="" class="text-normal mb-10">
<div class="text-center text-white py-5">
<div class="text-title my-3">ใครสมคร สว.ไดาง</div>
@@ -63,7 +67,7 @@
></v-img>
</v-btn>
</div>
<br>
<br />
</v-col>
<!-- <v-col cols="12" md="" class="mt-0 mt-md-10 mt-lg-10" >
<v-btn
@@ -116,6 +120,12 @@ export default {
computed: {
...mapGetters(["getUsername"]),
},
methods: {
checkPage() {
this.$store.commit("setCheckPage", true);
this.$router.push("/login");
},
},
};
</script>
<style>