some changes to color and to routes

This commit is contained in:
ori agranat
2019-03-16 21:47:34 +02:00
parent 9ed992cc44
commit fa8b1a59a8
8 changed files with 149 additions and 41 deletions

View File

@@ -1,9 +1,10 @@
<template>
<div id="InputTab">
<chslider title="exposure"></chslider>
<chslider title="fuck off"></chslider>
<chselect title="tet" placeholdert="fuck of this took time" :list="[1,2,23]" ></chselect>
<chslider class="spacing" title="exposure"></chslider>
<chslider class="spacing" title="Brightness"></chslider>
<chselect class="spacing" title="Orientation" placeholdert="" :list="['Normal','Inverted']" ></chselect>
<chselect class="spacing" title="Resolution" placeholdert="" :list="['idk']"></chselect>
</div>
</template>
@@ -28,4 +29,8 @@ import chselect from './ch-select.vue'
</script>
<style scoped>
.spacing{
margin-top: 20px;
}
</style>