mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-26 01:51:40 +00:00
some changes to color and to routes
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -27,8 +27,15 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
<style>
|
||||
h4 {
|
||||
color: #e6ebf1;
|
||||
}
|
||||
.ivu-select-selection{
|
||||
background-color: #2c3e50 !important;
|
||||
}
|
||||
.ivu-select-selected-value{
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
</style>
|
||||
@@ -8,7 +8,7 @@
|
||||
<InputNumber v-model="value" size="small"></InputNumber>
|
||||
</col>
|
||||
<Col span="14">
|
||||
<Slider v-model="value"></Slider>
|
||||
<Slider style="margin-left:5px;" v-model="value"></Slider>
|
||||
</col>
|
||||
</row>
|
||||
</template>
|
||||
@@ -25,8 +25,14 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
<style >
|
||||
h4 {
|
||||
color: #e6ebf1;
|
||||
}
|
||||
</style>
|
||||
.ivu-input-number-input{
|
||||
background-color: #2c3e50 !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user