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

@@ -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>