Cosmetic
parent
a726ee4cfc
commit
0863b33097
|
@ -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="↑ " 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>
|
||||||
|
|
Loading…
Reference in New Issue