fixed align in range and added contours tab

This commit is contained in:
ori agranat
2019-03-24 22:11:29 +02:00
parent e87f2a310d
commit fffb981f9f
5 changed files with 45 additions and 20 deletions

View File

@@ -1,8 +1,8 @@
<template>
<div id="Threshold">
<chrange title="Hue" :value="[0,10]"></chrange>
<chrange title="Saturation" :value="[0,10]"></chrange>
<chrange title="Value" :value="[0,10]"></chrange>
<chrange class="spacing" title="Hue" :value="[0,10]"></chrange>
<chrange class="spacing" title="Saturation" :value="[0,10]"></chrange>
<chrange class="spacing" title="Value" :value="[0,10]"></chrange>
</div>
</template>
@@ -25,5 +25,7 @@ import chselect from './ch-select.vue'
</script>
<style scoped>
.spacing{
margin-top: 20px;
}
</style>