Fix button collapse between Login and Register

This commit is contained in:
T-angmo 2023-10-01 03:22:38 +07:00
parent 930eb2dbde
commit f5630ba590

View file

@ -70,8 +70,11 @@
</template> </template>
</v-checkbox> </v-checkbox>
<v-btn @click.prevent="register" rounded="xl" variant="flat" class="text-white" width="45vw" height="44px" color="#f16322"> <div class="button-register">
<v-btn @click.prevent="register" rounded="xl" variant="flat" class="text-white" width="45vw" height="44px" color="#f16322">
สมครสมาช</v-btn> สมครสมาช</v-btn>
</div>
</v-main> </v-main>
</v-app> </v-app>
@ -154,7 +157,7 @@ import eyeNotLooking from '../../icons/Material/eye-not-looking.svg';
padding-top: 5%; padding-top: 5%;
padding-bottom: 5%; padding-bottom: 5%;
} }
.text-white { .button-register {
margin: 0; margin: 0;
position: absolute; position: absolute;
left: 50%; left: 50%;