pull/345/head
mertsincan 2020-06-17 15:13:18 +03:00
parent a726ee4cfc
commit 0863b33097
1 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@
</div> </div>
<div class="p-field p-col-12 p-md-3"> <div class="p-field p-col-12 p-md-3">
<label for="temperature">Temperature</label> <label for="temperature">Temperature</label>
<InputNumber id="temperature" v-model="value16" prefix="&uarr; " suffix="℃" :min="0" :max="40" /> <InputNumber id="temperature" v-model="value16" prefix=" " suffix="℃" :min="0" :max="40" />
</div> </div>
</div> </div>
@ -150,4 +150,4 @@ export default {
.layout-content .content-section.implementation > h3 { .layout-content .content-section.implementation > h3 {
font-weight: 600; font-weight: 600;
} }
</style> </style>