fix: very minor css and style stuffs
This commit is contained in:
parent
7224d8fb66
commit
6ecfded408
@ -5,10 +5,10 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="form-field">
|
<div class="reset-menu">
|
||||||
<div class="form-field">
|
<div class="form-field">
|
||||||
<label>
|
<label>
|
||||||
Loop
|
loop
|
||||||
<input
|
<input
|
||||||
:value="store.loop"
|
:value="store.loop"
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
@ -21,7 +21,7 @@
|
|||||||
type="button"
|
type="button"
|
||||||
name="next"
|
name="next"
|
||||||
class="next"
|
class="next"
|
||||||
value="Next"
|
value="next"
|
||||||
@click="store.toggleNext()"
|
@click="store.toggleNext()"
|
||||||
/>
|
/>
|
||||||
<input
|
<input
|
||||||
@ -42,9 +42,9 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.form-field {
|
.reset-menu {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: 5px;
|
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
|
padding: 5px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user